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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 1374043005: Blacklist MSAA for GPU Raster on Intel GPUs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ignore_cr
Patch Set: comments + cleanup Created 5 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 0f90743dd4ddce4c4e97ee217ebd5431e767a75d..008732c7a7705ff275d645883ca8d1ec992dfef6 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -138,6 +138,8 @@
wake_up_gpu_before_drawing) \
GPU_OP(UNBIND_EGL_CONTEXT_TO_FLUSH_DRIVER_CACHES, \
unbind_egl_context_to_flush_driver_caches) \
+ GPU_OP(DISABLE_MSAA_ON_NON_WEBGL_CONTEXTS, \
Zhenyao Mo 2015/09/30 23:50:13 alphabetic order
ericrk 2015/10/01 17:13:11 Done.
+ disable_msaa_on_non_webgl_contexts) \
namespace gpu {
« gpu/config/gpu_driver_bug_list_json.cc ('K') | « gpu/config/gpu_driver_bug_list_json.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698