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

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

Issue 1298523003: Add GL_CHROMIUM_screen_space_antialiasing to support alternative AA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nit 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 010dac0475a9f5bd978865220d713e0cf236841b..895144093cbaa981b5aaaab51864a518b1e2c4a5 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -316,7 +316,8 @@
OP(CoverStrokePathCHROMIUM) /* 557 */ \
OP(StencilThenCoverFillPathCHROMIUM) /* 558 */ \
OP(StencilThenCoverStrokePathCHROMIUM) /* 559 */ \
- OP(BlendBarrierKHR) /* 560 */
+ OP(BlendBarrierKHR) /* 560 */ \
+ OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 561 */
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/service/feature_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698