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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2354423002: Enable ANGLE ES3 by default in Chromium (Windows) (Closed)
Patch Set: rebase 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 | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | ui/gl/gl_context_egl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_driver_bug_workaround_type.h
diff --git a/gpu/config/gpu_driver_bug_workaround_type.h b/gpu/config/gpu_driver_bug_workaround_type.h
index a748e21f99115c03721759f570368a8c8cf86a80..ec522e7d52ad1791c524a2d4db298a31a502ff2c 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -49,8 +49,8 @@
disable_discard_framebuffer) \
GPU_OP(DISABLE_DXGI_ZERO_COPY_VIDEO, \
disable_dxgi_zero_copy_video) \
- GPU_OP(DISABLE_NV12_DXGI_VIDEO, \
- disable_nv12_dxgi_video) \
+ GPU_OP(DISABLE_ES3_GL_CONTEXT, \
+ disable_es3_gl_context) \
GPU_OP(DISABLE_EXT_DRAW_BUFFERS, \
disable_ext_draw_buffers) \
GPU_OP(DISABLE_FRAMEBUFFER_CMAA, \
@@ -59,6 +59,8 @@
disable_gl_rgb_format) \
GPU_OP(DISABLE_MULTIMONITOR_MULTISAMPLING, \
disable_multimonitor_multisampling) \
+ GPU_OP(DISABLE_NV12_DXGI_VIDEO, \
+ disable_nv12_dxgi_video) \
GPU_OP(DISABLE_OVERLAY_CA_LAYERS, \
disable_overlay_ca_layers) \
GPU_OP(DISABLE_POST_SUB_BUFFERS_FOR_ONSCREEN_SURFACES, \
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | ui/gl/gl_context_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698