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

Unified Diff: trunk/src/gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 216673006: Revert 260177 "By keeping track of transfer buffer usage (both s..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « trunk/src/gpu/GLES2/gl2chromium_autogen.h ('k') | trunk/src/gpu/command_buffer/client/buffer_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/gpu/command_buffer/build_gles2_cmd_buffer.py
===================================================================
--- trunk/src/gpu/command_buffer/build_gles2_cmd_buffer.py (revision 260192)
+++ trunk/src/gpu/command_buffer/build_gles2_cmd_buffer.py (working copy)
@@ -2462,14 +2462,6 @@
'type': 'Manual',
'immediate': False,
'client_test': False,
- 'cmd_args': 'GLenumTextureTarget target, GLint level, '
- 'GLintTextureInternalFormat internalformat, '
- 'GLsizei width, GLsizei height, '
- 'GLintTextureBorder border, '
- 'GLenumTextureFormat format, GLenumPixelType type, '
- 'const void* pixels, '
- 'uint32 async_upload_token, '
- 'void* sync_data',
'extension': True,
'chromium': True,
},
@@ -2477,13 +2469,6 @@
'type': 'Manual',
'immediate': False,
'client_test': False,
- 'cmd_args': 'GLenumTextureTarget target, GLint level, '
- 'GLint xoffset, GLint yoffset, '
- 'GLsizei width, GLsizei height, '
- 'GLenumTextureFormat format, GLenumPixelType type, '
- 'const void* data, '
- 'uint32 async_upload_token, '
- 'void* sync_data',
'extension': True,
'chromium': True,
},
@@ -2494,13 +2479,6 @@
'extension': True,
'chromium': True,
},
- 'WaitAllAsyncTexImage2DCHROMIUM': {
- 'type': 'Manual',
- 'immediate': False,
- 'client_test': False,
- 'extension': True,
- 'chromium': True,
- },
'DiscardFramebufferEXT': {
'type': 'PUTn',
'count': 1,
« no previous file with comments | « trunk/src/gpu/GLES2/gl2chromium_autogen.h ('k') | trunk/src/gpu/command_buffer/client/buffer_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698