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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2348243002: Force CUBE_MAP_POSITIVE_X texture allocation before CopyTexImage2D on Intel Mac (Closed)
Patch Set: update version Created 4 years, 3 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 4179f9a8d7d20335ed8b4cb6e309ddd1b497a834..c451ecddb19647099a76ecf93dc0e70aeb07bd36 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -77,6 +77,8 @@
disable_transparent_visuals) \
GPU_OP(DISABLE_WEBGL_RGB_MULTISAMPLING_USAGE, \
disable_webgl_rgb_multisampling_usage) \
+ GPU_OP(DO_TEXIMAGE_BEFORE_COPYTEXIMAGE_TO_CUBE_MAP, \
+ do_teximage_before_copyteximage_to_cube_map) \
piman 2016/09/20 20:51:44 Do we need this new workaround type, or would reus
qiankun 2016/09/21 02:38:16 I didn't see this CopyTexImage2D bug for cases whi
GPU_OP(ETC1_POWER_OF_TWO_ONLY, \
etc1_power_of_two_only) \
GPU_OP(EMULATE_ABS_INT_FUNCTION, \
« gpu/command_buffer/service/texture_manager.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