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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 2263593003: Remove GenMailboxCHROMIUM command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autogen_create_and_consume
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | gpu/command_buffer/common/gles2_cmd_format.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e915535facbfe7bae18ea724e0db93a9a75823f0..3ef67101f090e4cd8f4e4e7b56657f7366e93764 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -2932,7 +2932,8 @@ _FUNCTION_INFO = {
'resource_types': 'Buffers',
},
'GenMailboxCHROMIUM': {
- 'type': 'HandWritten',
+ 'type': 'Manual',
+ 'gen_cmd': 'False',
'impl_func': False,
'extension': "CHROMIUM_texture_mailbox",
'chromium': True,
« no previous file with comments | « no previous file | gpu/command_buffer/common/gles2_cmd_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698