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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 72173002: gpu: Support ES3 msaa and depth/stencil formats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 872793c9b8ea0118163c384da640c8e14ff2c5fd..2d7a2181ec408928efa51ebdd66af4638d1b13f4 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -30,6 +30,8 @@
disable_ext_draw_buffers) \
GPU_OP(DISABLE_EXT_OCCLUSION_QUERY, \
disable_ext_occlusion_query) \
+ GPU_OP(DISABLE_FRAMEBUFFER_MULTISAMPLE, \
+ disable_framebuffer_multisample) \
Zhenyao Mo 2013/11/14 01:38:11 I think we should combine this and the disable_ang
no sievers 2013/11/14 01:51:28 The problem is that the exact same vendor somehow
Zhenyao Mo 2013/11/14 02:04:20 Are we allowing GL_ANGLE_framebuffer_multisample i
GPU_OP(DISABLE_MULTIMONITOR_MULTISAMPLING, \
disable_multimonitor_multisampling) \
GPU_OP(DISABLE_OES_STANDARD_DERIVATIVES, \

Powered by Google App Engine
This is Rietveld 408576698