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

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

Issue 6271022: Blacklisted GPU acceleration for Intel 945 on Windows.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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: chrome/browser/resources/gpu_blacklist.json
===================================================================
--- chrome/browser/resources/gpu_blacklist.json (revision 72575)
+++ chrome/browser/resources/gpu_blacklist.json (working copy)
@@ -81,6 +81,17 @@
"blacklist": [
"accelerated_compositing"
]
+ },
+ { // Intel Mobile 945 Express Chipset Family
+ "id": "4",
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x8086",
+ "device_id": "0x27AE",
+ "blacklist": [
+ "webgl"
+ ]
}
]
}
« 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