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

Unified Diff: gpu/command_buffer/service/feature_info.cc

Issue 2360453003: Revert of Add NV12 buffer scanout support from exo to ozone. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « components/exo/wayland/server.cc ('k') | ui/ozone/gl/gl_image_ozone_native_pixmap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/feature_info.cc
diff --git a/gpu/command_buffer/service/feature_info.cc b/gpu/command_buffer/service/feature_info.cc
index 4ce5c2d52e1df4e82416aaf2106195f4ea14c8f5..6e81ab67bb16f6c40c3775b676c2420785689b79 100644
--- a/gpu/command_buffer/service/feature_info.cc
+++ b/gpu/command_buffer/service/feature_info.cc
@@ -1011,12 +1011,6 @@
AddExtensionString("GL_CHROMIUM_ycbcr_420v_image");
feature_flags_.chromium_image_ycbcr_420v = true;
}
-
-#elif defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY)
- // TODO(dcastagna): Determine this feature at runtime querying minigbm.
- // crbug.com/646148
- AddExtensionString("GL_CHROMIUM_ycbcr_420v_image");
- feature_flags_.chromium_image_ycbcr_420v = true;
#endif
if (extensions.Contains("GL_APPLE_ycbcr_422")) {
« no previous file with comments | « components/exo/wayland/server.cc ('k') | ui/ozone/gl/gl_image_ozone_native_pixmap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698