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

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

Issue 6519020: Blacklist NVIDIA GeForce FX Go5200. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 74823)
+++ chrome/browser/resources/gpu_blacklist.json (working copy)
@@ -38,7 +38,7 @@
{
"name": "gpu blacklist",
// Please update the version number whenever you change this file.
- "version": "0.7",
+ "version": "0.8",
"entries": [
{ // ATI Radeon X1900 on Mac, BUGWEBKIT=47028
"id": "1",
@@ -126,6 +126,18 @@
"webgl",
"accelerated_compositing"
]
+ },
+ { // NVIDIA GeForce FX Go5200, BUG=72938
+ "id": "8",
+ "os": {
+ "type": "any"
+ },
+ "vendor_id": "0x10de",
+ "device_id": "0x0324",
+ "blacklist": [
+ "webgl",
+ "accelerated_compositing"
+ ]
}
]
}
« 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