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

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

Issue 1761893003: Avoid planar YUV resources when one component EGL images are not supported (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename Capabilities member Created 4 years, 9 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 5605cc8ceb4bf10590ab813c26c881b04f751cb0..7761e0871c16990e0fec36153cb48ab48f2b6a5a 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -142,6 +142,7 @@ struct GPU_EXPORT Capabilities {
bool timer_queries;
bool surfaceless;
bool flips_vertically;
+ bool force_software_yuv_conversion;
int major_version;
int minor_version;

Powered by Google App Engine
This is Rietveld 408576698