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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 116863003: gpu: Reuse transfer buffers more aggresively (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: [RFC] gpu: Reuse transfer buffers more aggressively Created 7 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/build_gles2_cmd_buffer.py
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index 0f2e49a31f115d1d8835c45ec5070e23c7b83d18..fc14f176affeb1415758cf41fcd9ba23646b4a1f 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -828,6 +828,7 @@ _ENUM_LISTS = {
'GL_COMMANDS_ISSUED_CHROMIUM',
'GL_LATENCY_QUERY_CHROMIUM',
'GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM',
+ 'GL_ASYNC_PIXEL_UNPACK_COMPLETED_PRIVATE_CHROMIUM',
reveman 2014/01/02 01:31:29 Are clients prevented from using this somehow? Di
jadahl 2014/01/02 10:59:54 The idea is that this target should be private, an
reveman 2014/01/02 11:56:44 The idea is that this would make it easy to keep i
'GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM',
],
},

Powered by Google App Engine
This is Rietveld 408576698