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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 10735038: Fix glGetTexParameter so it works for TEXTURE_CUBE_MAP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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_utils_implementation_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 af6d3531d892390ce32baee25efca412e9a37cc6..a6a10d0aacac80dc357bca62d1527f17b6805686 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -213,12 +213,7 @@ _ENUM_LISTS = {
'type': 'GLenum',
'valid': [
'GL_TEXTURE_2D',
- 'GL_TEXTURE_CUBE_MAP_POSITIVE_X',
- 'GL_TEXTURE_CUBE_MAP_NEGATIVE_X',
- 'GL_TEXTURE_CUBE_MAP_POSITIVE_Y',
- 'GL_TEXTURE_CUBE_MAP_NEGATIVE_Y',
- 'GL_TEXTURE_CUBE_MAP_POSITIVE_Z',
- 'GL_TEXTURE_CUBE_MAP_NEGATIVE_Z',
+ 'GL_TEXTURE_CUBE_MAP',
],
'invalid': [
'GL_PROXY_TEXTURE_CUBE_MAP',
« no previous file with comments | « no previous file | gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698