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

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

Issue 10836081: Blacklist ATI FireMV 2400 GPUs on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/software_rendering_list.json
===================================================================
--- chrome/browser/resources/software_rendering_list.json (revision 149533)
+++ chrome/browser/resources/software_rendering_list.json (working copy)
@@ -68,7 +68,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "2.6",
+ "version": "2.7",
"entries": [
{
"id": 1,
@@ -692,6 +692,19 @@
"blacklist": [
"all"
]
+ },
+ {
+ "id": 46,
+ "description": "ATI FireMV 2400 cards on Windows are buggy.",
+ "cr_bugs": [124152],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x1002",
+ "device_id": ["0x3151"],
+ "blacklist": [
+ "all"
+ ]
}
]
}
« 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