diff options
author | egdaniel <egdaniel@google.com> | 2015-03-26 10:13:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-26 10:13:05 -0700 |
commit | 9665eee8d5ddc2ef644b062069f29a73d5dde077 (patch) | |
tree | c61f243a96edecba68576eb43c51196472a3f41d /src/gpu/gl | |
parent | 546db46a76ad5f7485cebeb27efaf8b4806fa914 (diff) |
Remove unused HWAA flag and uniqueID field from GrDrawTargetCaps.
BUG=skia:
Review URL: https://codereview.chromium.org/1019303005
Diffstat (limited to 'src/gpu/gl')
-rw-r--r-- | src/gpu/gl/GrGLCaps.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp index 9911d53f43..c9009b9053 100644 --- a/src/gpu/gl/GrGLCaps.cpp +++ b/src/gpu/gl/GrGLCaps.cpp @@ -337,8 +337,6 @@ bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { fMipMapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); } - fHWAALineSupport = (kGL_GrGLStandard == standard); - GR_GL_GetIntegerv(gli, GR_GL_MAX_TEXTURE_SIZE, &fMaxTextureSize); GR_GL_GetIntegerv(gli, GR_GL_MAX_RENDERBUFFER_SIZE, &fMaxRenderTargetSize); // Our render targets are always created with textures as the color |