Remove validation of blend barrier until Chrome can provide this function

BUG=chromium:480534
TBR=egdaniel@google.com

Review URL: https://codereview.chromium.org/1101143002
This commit is contained in:
bsalomon 2015-04-23 12:25:51 -07:00 committed by Commit bot
parent 3d9005c028
commit 92888e71e0

View 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