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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 2999923002: Revert of Allow creating GLImage-backed textures with glTexStorage2D. (Closed)
Patch Set: rebase Created 3 years, 4 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 | « gpu/GLES2/gl2extchromium.h ('k') | gpu/command_buffer/common/capabilities.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 a934b067e805d78b4c33e2dfe6956336ac925e9c..384892e3f69bb4c203fddaff3aafc76ecfb02388 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -1052,14 +1052,6 @@ _NAMED_TYPE_INFO = {
'GL_TEXTURE_3D',
],
},
- 'TextureBufferUsage': {
- 'type': 'GLenum',
- 'is_complete': True,
- 'valid': [
- 'GL_NONE',
- 'GL_TEXTURE_BUFFER_SCANOUT_CHROMIUM',
- ],
- },
'TransformFeedbackBindTarget': {
'type': 'GLenum',
'valid': [
« no previous file with comments | « gpu/GLES2/gl2extchromium.h ('k') | gpu/command_buffer/common/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698