Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: mojo/gpu/mojo_gles2_impl_autogen.cc

Issue 1319453003: Add KHR_blend_equation_advanced (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/gpu/mojo_gles2_impl_autogen.cc
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
index a1e181bb70e0a2387903d93f42877acc2243adfb..7842a3ae1c040bc7e71fbd2bf9bba0c2bcbf137f 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.cc
+++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
@@ -1584,7 +1584,8 @@ void MojoGLES2Impl::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) {
NOTREACHED() << "Unimplemented MatrixLoadIdentityCHROMIUM.";
}
void MojoGLES2Impl::BlendBarrierKHR() {
- NOTREACHED() << "Unimplemented BlendBarrierKHR.";
+ MojoGLES2MakeCurrent(context_);
+ glBlendBarrierKHR();
}
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698