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

Unified Diff: gpu/command_buffer/common/gles2_cmd_ids_autogen.h

Issue 1309743005: command_buffer: Implement EXT_blend_func_extended (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
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: gpu/command_buffer/common/gles2_cmd_ids_autogen.h
diff --git a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
index 62e68592b6678efcd6dd1e140b72941ebba50159..4d8389d11c2a43c0cd5888aec5eacf1ad6a2af9e 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -324,7 +324,10 @@
OP(StencilThenCoverStrokePathInstancedCHROMIUM) /* 565 */ \
OP(BindFragmentInputLocationCHROMIUMBucket) /* 566 */ \
OP(ProgramPathFragmentInputGenCHROMIUM) /* 567 */ \
- OP(BlendBarrierKHR) /* 568 */
+ OP(BlendBarrierKHR) /* 568 */ \
+ OP(BindFragDataLocationIndexedEXTBucket) /* 569 */ \
+ OP(BindFragDataLocationEXTBucket) /* 570 */ \
+ OP(GetFragDataIndexEXT) /* 571 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698