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

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

Issue 116863003: gpu: Reuse transfer buffers more aggresively (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Unset texture and texture_ref after deleting Created 6 years, 9 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 cc88097e58ce8e7a329eb8e631944f5bc56a48ec..3ca446782579ba8e36ede3a03831385b52c1a421 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -237,14 +237,15 @@
OP(AsyncTexSubImage2DCHROMIUM) /* 478 */ \
OP(AsyncTexImage2DCHROMIUM) /* 479 */ \
OP(WaitAsyncTexImage2DCHROMIUM) /* 480 */ \
- OP(DiscardFramebufferEXT) /* 481 */ \
- OP(DiscardFramebufferEXTImmediate) /* 482 */ \
- OP(LoseContextCHROMIUM) /* 483 */ \
- OP(InsertSyncPointCHROMIUM) /* 484 */ \
- OP(WaitSyncPointCHROMIUM) /* 485 */ \
- OP(DrawBuffersEXT) /* 486 */ \
- OP(DrawBuffersEXTImmediate) /* 487 */ \
- OP(DiscardBackbufferCHROMIUM) /* 488 */
+ OP(WaitAllAsyncTexImage2DCHROMIUM) /* 481 */ \
+ OP(DiscardFramebufferEXT) /* 482 */ \
+ OP(DiscardFramebufferEXTImmediate) /* 483 */ \
+ OP(LoseContextCHROMIUM) /* 484 */ \
+ OP(InsertSyncPointCHROMIUM) /* 485 */ \
+ OP(WaitSyncPointCHROMIUM) /* 486 */ \
+ OP(DrawBuffersEXT) /* 487 */ \
+ OP(DrawBuffersEXTImmediate) /* 488 */ \
+ OP(DiscardBackbufferCHROMIUM) /* 489 */
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/async_pixel_transfer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698