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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 310603002: gpu: Blacklist ARB_sync for yet another device_id 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 2628a765c1ee4655dac1706f5a05617389626b89..863d38235c9fe48c89781879b85d81e76e76d7ab 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1067,7 +1067,7 @@ LONG_STRING_CONST(
"type": "macosx"
},
"vendor_id": "0x10de",
- "device_id": ["0x0fd5", "0x0fe9", "0x08a3"],
+ "device_id": ["0x0fd5", "0x0fe9", "0x08a3", "0x0867"],
"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