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:
parent
3d9005c028
commit
92888e71e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user