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

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

Issue 8379004: Unblacklist AMD driver 8.92 or newer on Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 106917)
+++ chrome/browser/resources/software_rendering_list.json (working copy)
@@ -54,7 +54,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "1.20",
+ "version": "1.21",
"entries": [
{
"id": 1,
@@ -98,12 +98,24 @@
},
{
"id": 5,
- "description": "ATI cards in Linux are crash-prone.",
- "cr_bugs": [71381, 76428, 73910],
+ "description": "ATI/AMD cards with older or third-party drivers in Linux are crash-prone.",
+ "cr_bugs": [71381, 76428, 73910, 101225],
"os": {
"type": "linux"
},
"vendor_id": "0x1002",
+ "exceptions": [
+ {
+ "driver_vendor": {
+ "op": "contains",
+ "value": "AMD"
+ },
+ "driver_version": {
+ "op": ">=",
+ "number": "8.92"
+ }
+ }
+ ],
"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