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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2827573007: Reset TexImage2D base level to workaround Intel mac driver bug (Closed)
Patch Set: Reset texture base level to workaround bug of texImage2D on macos. Created 3 years, 8 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
« gpu/config/gpu_driver_bug_list.json ('K') | « gpu/config/gpu_driver_bug_list.json ('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 cca18b90883144918fadf8205c4f096d584b62ee..575cbf1616a4d6a5cfbe6cbd30ddf0d1bff691ef 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -153,6 +153,8 @@
remove_pow_with_constant_exponent) \
GPU_OP(RESET_BASE_MIPMAP_LEVEL_BEFORE_TEXSTORAGE, \
reset_base_mipmap_level_before_texstorage) \
+ GPU_OP(RESET_TEXIMAGE2D_BASE_LEVEL, \
+ reset_teximage2d_base_level) \
GPU_OP(RESTORE_SCISSOR_ON_FBO_CHANGE, \
restore_scissor_on_fbo_change) \
GPU_OP(REVERSE_POINT_SPRITE_COORD_ORIGIN, \
« gpu/config/gpu_driver_bug_list.json ('K') | « gpu/config/gpu_driver_bug_list.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698