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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 1419733005: gpu: Add YCbCr 420v extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on master. Add gl/gfx namespace qualifiers. Created 5 years, 2 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 5af1c7fc43fbd876820e052b665435a109dd2823..433bdb1d0df92f3143bb9dff192d77853d1f51db 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -1888,6 +1888,7 @@ _NAMED_TYPE_INFO = {
'GL_RGB',
'GL_RGB_YUV_420_CHROMIUM',
'GL_RGB_YCBCR_422_CHROMIUM',
+ 'GL_RGB_YCBCR_420V_CHROMIUM',
'GL_RGBA',
],
},

Powered by Google App Engine
This is Rietveld 408576698