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

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

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.cc
diff --git a/gpu/command_buffer/common/capabilities.cc b/gpu/command_buffer/common/capabilities.cc
index 51c1590ff5fb5af726e93fbe5bcf768a690a5d89..47a5542000026de213b529aaca727f5f2dda5993 100644
--- a/gpu/command_buffer/common/capabilities.cc
+++ b/gpu/command_buffer/common/capabilities.cc
@@ -83,6 +83,7 @@ Capabilities::Capabilities()
timer_queries(false),
surfaceless(false),
flips_vertically(false),
+ avoid_one_component_egl_images(false),
major_version(2),
minor_version(0) {}

Powered by Google App Engine
This is Rietveld 408576698