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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2045663002: mac: Remove GPU bug workarounds for OS X versions before 10.9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kbr comment Created 4 years, 6 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') | gpu/config/gpu_driver_bug_workarounds.h » ('j') | 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 250861ea21dbd87f5df490c4b0d43b6026cf21d5..873771bed4481297ca2c6c5ac8a7a143ccff3ba9 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -93,12 +93,6 @@
max_copy_texture_chromium_size_1048576) \
GPU_OP(MAX_COPY_TEXTURE_CHROMIUM_SIZE_262144, \
max_copy_texture_chromium_size_262144) \
- GPU_OP(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_1024, \
- max_cube_map_texture_size_limit_1024) \
- GPU_OP(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_4096, \
- max_cube_map_texture_size_limit_4096) \
- GPU_OP(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_512, \
- max_cube_map_texture_size_limit_512) \
GPU_OP(MAX_FRAGMENT_UNIFORM_VECTORS_32, \
max_fragment_uniform_vectors_32) \
GPU_OP(MAX_TEXTURE_SIZE_LIMIT_4096, \
@@ -149,10 +143,6 @@
unpack_alignment_workaround_with_unpack_buffer) \
GPU_OP(UNPACK_OVERLAPPING_ROWS_SEPARATELY_UNPACK_BUFFER, \
unpack_overlapping_rows_separately_unpack_buffer) \
- GPU_OP(IOSURFACE_READBACK_WORKAROUND, \
- iosurface_readback_workaround) \
- GPU_OP(UNROLL_FOR_LOOP_WITH_SAMPLER_ARRAY_INDEX, \
- unroll_for_loop_with_sampler_array_index) \
GPU_OP(USE_CLIENT_SIDE_ARRAYS_FOR_STREAM_BUFFERS, \
use_client_side_arrays_for_stream_buffers) \
GPU_OP(USE_CURRENT_PROGRAM_AFTER_SUCCESSFUL_LINK, \
« no previous file with comments | « gpu/config/gpu_driver_bug_list_json.cc ('k') | gpu/config/gpu_driver_bug_workarounds.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698