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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 1684173002: Add GL_RGB_YCBCR_422_CHROMIUM to the list of valid filterable formats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better fix from Mo Created 4 years, 10 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 52cbed159091fe09c33895bc490c0b202aa6e352..7ef2ed341c5816fc20ab8b015a9f9822028fca50 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -2022,6 +2022,9 @@ _NAMED_TYPE_INFO = {
'GL_RGBA4',
'GL_RGB10_A2',
'GL_RGBA16F',
+ 'GL_RGB_YUV_420_CHROMIUM',
+ 'GL_RGB_YCBCR_422_CHROMIUM',
+ 'GL_RGB_YCBCR_420V_CHROMIUM',
],
},
'TextureInternalFormatStorage': {
« 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