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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2494923002: Hook up with ANGLE translator's remove_invariant_and_centroid option. (Closed)
Patch Set: message fix Created 4 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
« 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 6aa8903caca3a4768558d454522975c1324df0ea..1d5d4a811fe5b5a7363f31d9588f51d397b5eb9c 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -85,6 +85,8 @@
disable_multisampling_color_mask_usage) \
GPU_OP(DISABLE_WEBGL_RGB_MULTISAMPLING_USAGE, \
disable_webgl_rgb_multisampling_usage) \
+ GPU_OP(DONT_REMOVE_INVARIANT_FOR_FRAGMENT_INPUT, \
+ dont_remove_invariant_for_fragment_input) \
GPU_OP(ETC1_POWER_OF_TWO_ONLY, \
etc1_power_of_two_only) \
GPU_OP(EMULATE_ABS_INT_FUNCTION, \
@@ -139,8 +141,8 @@
rebind_transform_feedback_before_resume) \
GPU_OP(REGENERATE_STRUCT_NAMES, \
regenerate_struct_names) \
- GPU_OP(DONT_REMOVE_INVARIANT_FOR_FRAGMENT_INPUT, \
- dont_remove_invariant_for_fragment_input) \
+ GPU_OP(REMOVE_INVARIANT_AND_CENTROID_FOR_ESSL3, \
+ remove_invariant_and_centroid_for_essl3) \
GPU_OP(REMOVE_POW_WITH_CONSTANT_EXPONENT, \
remove_pow_with_constant_exponent) \
GPU_OP(RESET_BASE_MIPMAP_LEVEL_BEFORE_TEXSTORAGE, \
« 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