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

Unified Diff: gpu/config/gpu_driver_bug_list.cc

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
Index: gpu/config/gpu_driver_bug_list.cc
diff --git a/gpu/config/gpu_driver_bug_list.cc b/gpu/config/gpu_driver_bug_list.cc
index a8bc2b0fa7471fae042ae1c4607bb05067c4a190..7ab68a1070f98326e1f86b4b24c64e927a2a7795 100644
--- a/gpu/config/gpu_driver_bug_list.cc
+++ b/gpu/config/gpu_driver_bug_list.cc
@@ -86,14 +86,6 @@ void GpuDriverBugList::AppendWorkaroundsFromCommandLine(
workarounds->erase(FORCE_DISCRETE_GPU);
workarounds->insert(FORCE_INTEGRATED_GPU);
break;
- case MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_512:
- case MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_1024:
- case MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_4096:
- workarounds->erase(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_512);
- workarounds->erase(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_1024);
- workarounds->erase(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_4096);
- workarounds->insert(kFeatureList[i].type);
- break;
default:
workarounds->insert(kFeatureList[i].type);
break;
« no previous file with comments | « gpu/command_buffer/tests/gl_iosurface_readback_workaround_unittest.cc ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698