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

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: add extension 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 540bd4e583649824cbb25773de15ed18d5afd091..543a5bbeaf1ac4e262b4ec4c40c7fef055dae9b9 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -320,7 +320,8 @@
OP(CoverStrokePathCHROMIUM) /* 561 */ \
OP(StencilThenCoverFillPathCHROMIUM) /* 562 */ \
OP(StencilThenCoverStrokePathCHROMIUM) /* 563 */ \
- OP(BlendBarrierKHR) /* 564 */
+ OP(BlendBarrierKHR) /* 564 */ \
+ OP(ApplyScreenSpaceAntialiasing) /* 565 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698