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

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

Issue 169603002: Add initial support for NV_path_rendering extension to gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 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 f63df0ea461a613ae3b7ea7020ad71a7c3d8ac47..f8b51e55386632d4f5553e34ecf3e01a8090ec30 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -245,7 +245,11 @@
OP(WaitSyncPointCHROMIUM) /* 486 */ \
OP(DrawBuffersEXT) /* 487 */ \
OP(DrawBuffersEXTImmediate) /* 488 */ \
- OP(DiscardBackbufferCHROMIUM) /* 489 */
+ OP(DiscardBackbufferCHROMIUM) /* 489 */ \
+ OP(MatrixMode) /* 490 */ \
+ OP(LoadMatrixf) /* 491 */ \
+ OP(LoadMatrixfImmediate) /* 492 */ \
+ OP(LoadIdentity) /* 493 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698