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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2354423002: Enable ANGLE ES3 by default in Chromium (Windows) (Closed)
Patch Set: order 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
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 4179f9a8d7d20335ed8b4cb6e309ddd1b497a834..1b9706d49819f9ba754f90da9ec367d01a28836c 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -47,8 +47,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_ANGLE, \
+ disable_es3_angle) \
GPU_OP(DISABLE_EXT_DRAW_BUFFERS, \
disable_ext_draw_buffers) \
GPU_OP(DISABLE_FRAMEBUFFER_CMAA, \
@@ -57,6 +57,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, \

Powered by Google App Engine
This is Rietveld 408576698