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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2124633002: Add new gpu driver bug workaround DISABLE_TRANSPARENT_VISUALS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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 2f1f865f7809ee01ec0b27e39e1b0fe76b6d1300..9144d434a66e239936b51384a7a539f11db23261 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -65,6 +65,8 @@
disable_texture_storage) \
GPU_OP(DISABLE_TIMESTAMP_QUERIES, \
disable_timestamp_queries) \
+ GPU_OP(DISABLE_TRANSPARENT_VISUALS, \
+ disable_transparent_visuals) \
Ken Russell (switch to Gerrit) 2016/07/07 22:23:40 As Corentin pointed out elsewhere, changing the se
Julien Isorce Samsung 2016/07/08 09:52:53 My understanding was that Corentin wanted to have
Ken Russell (switch to Gerrit) 2016/07/12 22:46:26 OK. I'm not 100% convinced that the future directi
GPU_OP(DISABLE_WEBGL_MULTISAMPLING_COLOR_MASK_USAGE, \
disable_webgl_multisampling_color_mask_usage) \
GPU_OP(DISABLE_WEBGL_RGB_MULTISAMPLING_USAGE, \

Powered by Google App Engine
This is Rietveld 408576698