diff options
author | egdaniel <egdaniel@google.com> | 2014-11-05 14:21:33 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-05 14:21:33 -0800 |
commit | d5cd4ee5b81b51e43be7ed13f3c0f0f6c1b3fe14 (patch) | |
tree | a1159afd9cb56c1e8480f569712d1bac50c61ca5 /include | |
parent | fdcf2c0863cdd5779bd6203d45b77d2daf21f159 (diff) |
Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #2 id:20001 of https://codereview.chromium.org/704563003/)
Reason for revert:
Timing out on nvpr when drawing conics. Fix will take some thought so reverting for now.
Original issue's description:
> Turn on NVPR 4x MSAA by default when supported in DM and nanobench.
>
> This brings DM and nanobench's default configs in line with GM's.
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/31f88675718966bbb7f09718b40de10c7e214739
TBR=bsalomon@google.com,mtklein@google.com,mtklein@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=skia:
Review URL: https://codereview.chromium.org/693933004
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/gl/GrGLFunctions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/gl/GrGLFunctions.h b/include/gpu/gl/GrGLFunctions.h index 0b7beb601f..dd62085012 100644 --- a/include/gpu/gl/GrGLFunctions.h +++ b/include/gpu/gl/GrGLFunctions.h @@ -22,7 +22,6 @@ enum GrGLStandard { kGL_GrGLStandard, kGLES_GrGLStandard, }; -static const int kGrGLStandardCnt = 3; /////////////////////////////////////////////////////////////////////////////// |