Remove validation of blend barrier until Chrome can provide this function
authorbsalomon <bsalomon@google.com>
Thu, 23 Apr 2015 19:25:51 +0000 (12:25 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Apr 2015 19:25:51 +0000 (12:25 -0700)
BUG=chromium:480534
TBR=egdaniel@google.com

Review URL: https://codereview.chromium.org/1101143002

src/gpu/gl/GrGLInterface.cpp

index d134cd5..bc2600c 100644 (file)
@@ -325,12 +325,15 @@ bool GrGLInterface::validate() const {
         }
     }
 
+// FIXME: Remove this once Chromium is updated to provide this function
+#if 0
     if (fExtensions.has("GL_KHR_blend_equation_advanced") ||
         fExtensions.has("GL_NV_blend_equation_advanced")) {
         if (NULL == fFunctions.fBlendBarrier) {
             RETURN_FALSE_INTERFACE
         }
     }
+#endif
 
     if (fExtensions.has("GL_EXT_discard_framebuffer")) {
 // FIXME: Remove this once Chromium is updated to provide this function