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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 8513017: Add GL_ANGLE_pack_reverse_row_order to command buffer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/gl2ext.h ('k') | gpu/command_buffer/client/gles2_implementation.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
===================================================================
--- gpu/command_buffer/build_gles2_cmd_buffer.py (revision 110309)
+++ gpu/command_buffer/build_gles2_cmd_buffer.py (working copy)
@@ -546,6 +546,7 @@
'GL_NUM_COMPRESSED_TEXTURE_FORMATS',
'GL_NUM_SHADER_BINARY_FORMATS',
'GL_PACK_ALIGNMENT',
+ 'GL_PACK_FLIP_Y_ANGLE',
greggman 2011/11/17 19:56:54 This should not be here. You should check in gpu/s
'GL_POLYGON_OFFSET_FACTOR',
'GL_POLYGON_OFFSET_FILL',
'GL_POLYGON_OFFSET_UNITS',
@@ -938,6 +939,7 @@
'type': 'GLenum',
'valid': [
'GL_PACK_ALIGNMENT',
+ 'GL_PACK_FLIP_Y_ANGLE',
greggman 2011/11/17 19:56:54 same as above
'GL_UNPACK_ALIGNMENT',
],
'invalid': [
« no previous file with comments | « gpu/GLES2/gl2ext.h ('k') | gpu/command_buffer/client/gles2_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698