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; |