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

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

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase for commit Created 5 years 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 b8f19a575cfb4066f6c7f49109747eeba99c94e5..1d8cfd6d8df31c11b9d33fc68e686ef66ec460c6 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -331,11 +331,12 @@
OP(StencilThenCoverStrokePathInstancedCHROMIUM) /* 572 */ \
OP(BindFragmentInputLocationCHROMIUMBucket) /* 573 */ \
OP(ProgramPathFragmentInputGenCHROMIUM) /* 574 */ \
- OP(BlendBarrierKHR) /* 575 */ \
- OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 576 */ \
- OP(BindFragDataLocationIndexedEXTBucket) /* 577 */ \
- OP(BindFragDataLocationEXTBucket) /* 578 */ \
- OP(GetFragDataIndexEXT) /* 579 */
+ OP(CoverageModulationCHROMIUM) /* 575 */ \
+ OP(BlendBarrierKHR) /* 576 */ \
+ OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 577 */ \
+ OP(BindFragDataLocationIndexedEXTBucket) /* 578 */ \
+ OP(BindFragDataLocationEXTBucket) /* 579 */ \
+ OP(GetFragDataIndexEXT) /* 580 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_utils_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698