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

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

Issue 12210129: gpu: Add the ability to wait on upload completion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix logging. Created 7 years, 10 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 6e96efd119f86857b38bf68716983b7daee1d417..0c22a37cd582e939f0573d5ea3618e5be8d44b75 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -245,10 +245,11 @@
OP(TraceEndCHROMIUM) /* 488 */ \
OP(AsyncTexSubImage2DCHROMIUM) /* 489 */ \
OP(AsyncTexImage2DCHROMIUM) /* 490 */ \
- OP(DiscardFramebufferEXT) /* 491 */ \
- OP(DiscardFramebufferEXTImmediate) /* 492 */ \
- OP(LoseContextCHROMIUM) /* 493 */ \
- OP(WaitSyncPointCHROMIUM) /* 494 */ \
+ OP(WaitAsyncTexImage2DCHROMIUM) /* 491 */ \
+ OP(DiscardFramebufferEXT) /* 492 */ \
+ OP(DiscardFramebufferEXTImmediate) /* 493 */ \
+ OP(LoseContextCHROMIUM) /* 494 */ \
+ OP(WaitSyncPointCHROMIUM) /* 495 */ \
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698