| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index 6aa94dee0d13bf71c395aded2ff0399827a7a7af..21b78d5dd6f70a86476c1d69c8a1ce601a749661 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -745,7 +745,7 @@ void GrGLCaps::initGLSL(const GrGLContextInfo& ctxInfo) {
|
|
|
| if (glslCaps->fTexelFetchSupport) {
|
| if (kGL_GrGLStandard == standard) {
|
| - glslCaps->fTexelBufferSupport = ctxInfo.version() >= GR_GL_VER(4, 3) &&
|
| + glslCaps->fTexelBufferSupport = ctxInfo.version() >= GR_GL_VER(3, 1) &&
|
| ctxInfo.glslGeneration() >= k330_GrGLSLGeneration;
|
| } else {
|
| if (ctxInfo.version() >= GR_GL_VER(3, 2) &&
|
|
|