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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 10078006: Revert 132934 - this change seems to break many webgl related layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/build_gles2_cmd_buffer.py
===================================================================
--- gpu/command_buffer/build_gles2_cmd_buffer.py (revision 132957)
+++ gpu/command_buffer/build_gles2_cmd_buffer.py (working copy)
@@ -587,8 +587,6 @@
'valid': [
'GL_PACK_ALIGNMENT',
'GL_UNPACK_ALIGNMENT',
- 'GL_UNPACK_FLIP_Y_CHROMIUM',
- 'GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM',
],
'invalid': [
'GL_PACK_SWAP_BYTES',
@@ -1512,9 +1510,6 @@
'GLsizei stride, GLuint offset',
'client_test': False,
},
- 'Viewport': {
- 'decoder_func': 'DoViewport',
- },
'ResizeCHROMIUM': {
'type': 'Custom',
'impl_func': False,
@@ -1569,12 +1564,6 @@
'extension': True,
'chromium': True,
},
- 'CopyTextureCHROMIUM': {
- 'decoder_func': 'DoCopyTextureCHROMIUM',
- 'unit_test': False,
- 'extension': True,
- 'chromium': True,
- },
'TexStorage2DEXT': {
'unit_test': False,
'extension': True,
« no previous file with comments | « gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_texture.txt ('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