aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
authorGravatar kkinnunen <kkinnunen@nvidia.com>2016-01-25 01:44:03 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-25 01:44:03 -0800
commit1dc85cda5e990f379b891bb7b0356f796045e7f6 (patch)
tree5a568467039eb36cba34fa39a392b748544c3321 /src/gpu/gl
parent7bdb05d5c294eb332a18d09b81a99ed1125c9525 (diff)
Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed
Enable GL_CHROMIUM_bind_uniform_location, command buffer implementation is fixed now. BUG=skia:4454 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1613763003 Review URL: https://codereview.chromium.org/1613763003
Diffstat (limited to 'src/gpu/gl')
-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 350c3e570a..81d0b4483b 100644
--- a/src/gpu/gl/GrGLCaps.cpp
+++ b/src/gpu/gl/GrGLCaps.cpp
@@ -207,11 +207,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 (ctxInfo.hasExtension("GL_OES_EGL_image_external")) {
if (ctxInfo.glslGeneration() == k110_GrGLSLGeneration) {