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

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

Issue 11412232: gpu: Add async upload functions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@ASYNC_uploads
Patch Set: Rebase. Created 8 years, 1 month 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 324de9c9718c1e7febbb9bd4516e6d7efcd6b9d9..70925cd70bd6daa86d6be1e5389c9ec63d279cf0 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -243,6 +243,8 @@
OP(ReleaseTexImage2DCHROMIUM) /* 486 */ \
OP(TraceBeginCHROMIUM) /* 487 */ \
OP(TraceEndCHROMIUM) /* 488 */ \
+ OP(AsyncTexSubImage2DCHROMIUM) /* 489 */ \
+ OP(AsyncTexImage2DCHROMIUM) /* 490 */ \
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698