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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2378373003: Enable ANGLE workaround for unused std140/shared blocks bug (Closed)
Patch Set: Suppress random.html on Intel/AMD gpu on Mac Created 4 years, 2 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 | « gpu/config/gpu_driver_bug_list_json.cc ('k') | no next file » | 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 f5f6bca79e077a7628c081615af5cabc7dc803f3..b56ac40629a4ed0bb1ab13e8f0ffccc3a05167ca 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -181,6 +181,8 @@
use_non_zero_size_for_client_side_stream_buffers) \
GPU_OP(USE_SHADOWED_TEX_LEVEL_PARAMS, \
use_shadowed_tex_level_params) \
+ GPU_OP(USE_UNUSED_STANDARD_SHARED_BLOCKS, \
+ use_unused_standard_shared_blocks) \
GPU_OP(USE_VIRTUALIZED_GL_CONTEXTS, \
use_virtualized_gl_contexts) \
GPU_OP(VALIDATE_MULTISAMPLE_BUFFER_ALLOCATION, \
« no previous file with comments | « 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