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

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: '' 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
« no previous file with comments | « chrome/browser/gpu_process_host.cc ('k') | chrome/chrome_browser.gypi » ('j') | 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 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"
+ ]
+ }
+ ]
+}
« no previous file with comments | « chrome/browser/gpu_process_host.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698