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

Unified Diff: chrome/browser/resources/gpu_blacklist.json

Issue 5612002: Blacklist bad GPU drivers: currenly we disable all gpu related features if th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed the unittest issues. Created 10 years 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: chrome/browser/resources/gpu_blacklist.json
===================================================================
--- chrome/browser/resources/gpu_blacklist.json (revision 0)
+++ chrome/browser/resources/gpu_blacklist.json (revision 0)
@@ -0,0 +1,16 @@
+{
+ "name": "gpu blacklist",
+ "version": "0.1",
+ "entries": [
+ { // ATI Radeon X1900 on Mac
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x1002",
+ "device_id": "0x7249",
+ "blacklist": [
+ "webgl"
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698