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

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: address review comment Created 6 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 0d2b9b7702437c67a7e337a855f428e71806261c..f479ff10c565ecbbf6c13951ea290f5fc50a6905 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -210,7 +210,9 @@
OP(WaitSyncPointCHROMIUM) /* 451 */ \
OP(DrawBuffersEXTImmediate) /* 452 */ \
OP(DiscardBackbufferCHROMIUM) /* 453 */ \
- OP(ScheduleOverlayPlaneCHROMIUM) /* 454 */
+ OP(ScheduleOverlayPlaneCHROMIUM) /* 454 */ \
+ OP(MatrixLoadfCHROMIUMImmediate) /* 455 */ \
+ OP(MatrixLoadIdentityCHROMIUM) /* 456 */
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