Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index 883ac15251a93102bde7e9aa8069d9001afd8810..546b0bf692a57b621d28ae7dd7e7a1b34b688ed5 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -124,13 +124,6 @@ |
ctxInfo.hasExtension("GL_NV_texture_barrier"); |
} else { |
fTextureBarrierSupport = ctxInfo.hasExtension("GL_NV_texture_barrier"); |
- } |
- |
- if (kGL_GrGLStandard == standard) { |
- fSampleLocationsSupport = version >= GR_GL_VER(3,2) || |
- ctxInfo.hasExtension("GL_ARB_texture_multisample"); |
- } else { |
- fSampleLocationsSupport = version >= GR_GL_VER(3,1); |
} |
// ARB_texture_rg is part of OpenGL 3.0, but mesa doesn't support GL_RED |