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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

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
« no previous file with comments | « no previous file | mojo/gles2/gles2_impl.cc » ('j') | mojo/gles2/gles2_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/build_gles2_cmd_buffer.py
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index 9051acc020b5cb53ccdac85c4654b93518d65cfd..8f0491c6e6d4a59acadaca13cf052076d20a773d 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -40,6 +40,7 @@ _MOJO_EXPOSED_EXTENSIONS = ["CHROMIUM_bind_uniform_location",
"CHROMIUM_texture_mailbox",
"EXT_debug_marker",
"EXT_texture_storage",
+ "KHR_blend_equation_advanced",
"OES_vertex_array_object",
"occlusion_query_EXT"]
« no previous file with comments | « no previous file | mojo/gles2/gles2_impl.cc » ('j') | mojo/gles2/gles2_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698