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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 706903004: Revert of Add subscribeUniform extension pipeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « gpu/GLES2/gl2extchromium.h ('k') | gpu/command_buffer/client/gles2_c_lib_autogen.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 8d7332ffa6b9473bbf06c9e7433cb02eab7d2fed..94c3b3457fad32f82f57964a1117989dcfa118d6 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -1193,18 +1193,6 @@
'valid': [
'GL_MAP_CHROMIUM',
'GL_SCANOUT_CHROMIUM'
- ],
- },
- 'ValueBufferTarget': {
- 'type': 'GLenum',
- 'valid': [
- 'GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM',
- ],
- },
- 'SubscriptionTarget': {
- 'type': 'GLenum',
- 'valid': [
- 'GL_MOUSE_POSITION_CHROMIUM',
],
},
'VertexAttribType': {
@@ -1458,57 +1446,6 @@
'unit_test': False,
'client_test': False,
'extension': "CHROMIUM_texture_mailbox",
- 'chromium': True,
- },
- 'GenValuebuffersCHROMIUM': {
- 'type': 'GENn',
- 'gl_test_func': 'glGenValuebuffersCHROMIUM',
- 'resource_type': 'Valuebuffer',
- 'resource_types': 'Valuebuffers',
- 'unit_test': False,
- 'extension': True,
- 'chromium': True,
- },
- 'DeleteValuebuffersCHROMIUM': {
- 'type': 'DELn',
- 'gl_test_func': 'glDeleteValuebuffersCHROMIUM',
- 'resource_type': 'Valuebuffer',
- 'resource_types': 'Valuebuffers',
- 'unit_test': False,
- 'extension': True,
- 'chromium': True,
- },
- 'IsValuebufferCHROMIUM': {
- 'type': 'Is',
- 'decoder_func': 'DoIsValuebufferCHROMIUM',
- 'expectation': False,
- 'extension': True,
- 'chromium': True,
- },
- 'BindValuebufferCHROMIUM': {
- 'type': 'Bind',
- 'decoder_func': 'DoBindValueBufferCHROMIUM',
- 'gen_func': 'GenValueBuffersCHROMIUM',
- 'unit_test': False,
- 'extension': True,
- 'chromium': True,
- },
- 'SubscribeValueCHROMIUM': {
- 'decoder_func': 'DoSubscribeValueCHROMIUM',
- 'unit_test': False,
- 'extension': True,
- 'chromium': True,
- },
- 'PopulateSubscribedValuesCHROMIUM': {
- 'decoder_func': 'DoPopulateSubscribedValuesCHROMIUM',
- 'unit_test': False,
- 'extension': True,
- 'chromium': True,
- },
- 'UniformValuebufferCHROMIUM': {
- 'decoder_func': 'DoUniformValueBufferCHROMIUM',
- 'unit_test': False,
- 'extension': True,
'chromium': True,
},
'ClearStencil': {
« no previous file with comments | « gpu/GLES2/gl2extchromium.h ('k') | gpu/command_buffer/client/gles2_c_lib_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698