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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2252153003: Add a transform feedback workaround for Intel GPUs on MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 b42bcaba3923bc8310a9f050401b49c0898bb2f5..6f6dd8f680454eec1d79419d5dde49d2d35a0007 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -157,6 +157,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_TRANSFORM_FEEDBACK_TEMP_UNBIND, \
Zhenyao Mo 2016/08/18 17:39:31 Maybe TRANSFORM_FEEDBACK_REBIND_BEFORE_RESUME?
Ken Russell (switch to Gerrit) 2016/08/19 00:13:36 Or that too.
+ use_transform_feedback_temp_unbind) \
GPU_OP(USE_VIRTUALIZED_GL_CONTEXTS, \
use_virtualized_gl_contexts) \
GPU_OP(VALIDATE_MULTISAMPLE_BUFFER_ALLOCATION, \
« 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