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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 310313002: gpu: Blacklist ARB_sync for two more device_ids on MacOSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | 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_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 863d38235c9fe48c89781879b85d81e76e76d7ab..016ebb36ec13de406a65e3609eece50029fcfb48 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1080,7 +1080,20 @@ LONG_STRING_CONST(
"type": "macosx"
},
"vendor_id": "0x8086",
- "device_id": ["0x0d26", "0x0166", "0x0a2e", "0x0a26", "0x0116"],
+ "device_id": ["0x0d26", "0x0166", "0x0a2e", "0x0a26", "0x0116", "0x0126"],
+ "features": [
+ "disable_arb_sync"
+ ]
+ },
+ {
+ "id": 81,
+ "cr_bugs": [371530],
+ "description": "Testing ARB sync fences is broken with some ATI drivers on MacOSX",
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x1002",
+ "device_id": ["0x6741"],
"features": [
"disable_arb_sync"
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698