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

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: address review comments Created 5 years, 3 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 665ba5651a94a269bace3f776d5b3eb6f9739537..6be60fab37ba8f94642c478c69784d18f0f7aa08 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -325,7 +325,10 @@
OP(BindFragmentInputLocationCHROMIUMBucket) /* 566 */ \
OP(ProgramPathFragmentInputGenCHROMIUM) /* 567 */ \
OP(BlendBarrierKHR) /* 568 */ \
- OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 569 */
+ OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 569 */ \
+ OP(BindFragDataLocationIndexedEXTBucket) /* 570 */ \
+ OP(BindFragDataLocationEXTBucket) /* 571 */ \
+ OP(GetFragDataIndexEXT) /* 572 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698