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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 1305153005: Add CHROMIUM_ycbcr_422_image extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 79629552293414ee17f0cda2f0fc68584e05609b..833b8bb5d18978f82bcd10a022e73bbb8cf70e16 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -1862,6 +1862,7 @@ _NAMED_TYPE_INFO = {
'valid': [
'GL_RGB',
'GL_RGB_YUV_420_CHROMIUM',
+ 'GL_RGB_YCRCR_422_CHROMIUM',
'GL_RGBA',
],
},

Powered by Google App Engine
This is Rietveld 408576698