aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-07-21 12:49:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-21 12:49:30 -0700
commitd7bae18c7beda8c3ae6fa95c9c8630f30403b9db (patch)
tree862d9c231d0c961ef10b766798f75960d75be334
parenta339bb0d958b0c0c605728d9f0526306c154bde5 (diff)
Reenable support for CHROMIUM_set_uniform_location
-rw-r--r--src/gpu/gl/GrGLCaps.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
index 6a34a30771..a484b05b95 100644
--- a/src/gpu/gl/GrGLCaps.cpp
+++ b/src/gpu/gl/GrGLCaps.cpp
@@ -192,11 +192,7 @@ void GrGLCaps::init(const GrContextOptions& contextOptions,
}
}
-#if 0 // Disabled due to https://bug.skia.org/4454
fBindUniformLocationSupport = ctxInfo.hasExtension("GL_CHROMIUM_bind_uniform_location");
-#else
- fBindUniformLocationSupport = false;
-#endif
if (kGL_GrGLStandard == standard) {
if (version >= GR_GL_VER(3, 1) || ctxInfo.hasExtension("GL_ARB_texture_rectangle")) {