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

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

Issue 782583003: List sync points to wait on in AsyncFlush message Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 f1bb28675f028ed644ddffd11b607dbd03157966..74245ec54f05c8940f99738f9e3cc0e7fb9f2c52 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -233,13 +233,12 @@
OP(DiscardFramebufferEXTImmediate) /* 474 */ \
OP(LoseContextCHROMIUM) /* 475 */ \
OP(InsertSyncPointCHROMIUM) /* 476 */ \
- OP(WaitSyncPointCHROMIUM) /* 477 */ \
- OP(DrawBuffersEXTImmediate) /* 478 */ \
- OP(DiscardBackbufferCHROMIUM) /* 479 */ \
- OP(ScheduleOverlayPlaneCHROMIUM) /* 480 */ \
- OP(MatrixLoadfCHROMIUMImmediate) /* 481 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 482 */ \
- OP(BlendBarrierKHR) /* 483 */
+ OP(DrawBuffersEXTImmediate) /* 477 */ \
+ OP(DiscardBackbufferCHROMIUM) /* 478 */ \
+ OP(ScheduleOverlayPlaneCHROMIUM) /* 479 */ \
+ OP(MatrixLoadfCHROMIUMImmediate) /* 480 */ \
+ OP(MatrixLoadIdentityCHROMIUM) /* 481 */ \
+ OP(BlendBarrierKHR) /* 482 */
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/command_buffer_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698