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

Unified Diff: gpu/command_buffer/common/capabilities.h

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/common/capabilities.h
diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
index dd08875299475b1196f82b8a40987ee11adf9e2c..f95a144d6c3bc6f76f5de8e72f04ae4d9ea88ee4 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -132,6 +132,7 @@ struct GPU_EXPORT Capabilities {
bool blend_equation_advanced;
bool blend_equation_advanced_coherent;
bool texture_rg;
+ bool ycbcr_422_format;
reveman 2015/08/26 18:21:08 nit: texture_ycbcr_422 to be consistent with textu
Daniele Castagna 2015/08/26 18:40:07 Renamed to |image_ycbcr_422| as discussed IRL.
bool render_buffer_format_bgra8888;
bool occlusion_query_boolean;
bool timer_queries;

Powered by Google App Engine
This is Rietveld 408576698