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

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: Created 4 years, 10 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..4e82e528c9077fcf184ba2c6845969ba6be66160 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 avoid_one_component_egl_images;
int major_version;
int minor_version;

Powered by Google App Engine
This is Rietveld 408576698