Index: chrome/browser/resources/software_rendering_list.json |
=================================================================== |
--- chrome/browser/resources/software_rendering_list.json (revision 108682) |
+++ 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.21", |
+ "version": "1.22", |
"entries": [ |
{ |
"id": 1, |
@@ -379,26 +379,68 @@ |
}, |
{ |
"id": 27, |
- "description": "Disable open source drivers for ATI/AMD cards in Linux.", |
- "cr_bugs": [95934], |
+ "description": "ATI/AMD cards with older drivers in Linux are crash-prone.", |
+ "cr_bugs": [95934, 94973], |
"os": { |
"type": "linux" |
}, |
- "driver_vendor": { |
- "op": "contains", |
- "value": "SGI" |
+ "gl_vendor": { |
+ "op": "beginwith", |
+ "value": "ATI" |
}, |
"exceptions": [ |
{ |
- "vendor_id": "0x8086" |
- }, |
- { |
- "vendor_id": "0x10de" |
+ "driver_vendor": { |
+ "op": "contains", |
+ "value": "AMD" |
+ }, |
+ "driver_version": { |
+ "op": ">=", |
+ "number": "8.92" |
+ } |
} |
], |
"blacklist": [ |
"all" |
] |
+ }, |
+ { |
+ "id": 28, |
+ "description": "ATI/AMD cards with third-party drivers in Linux are crash-prone.", |
+ "cr_bugs": [95934, 94973], |
+ "os": { |
+ "type": "linux" |
+ }, |
+ "gl_vendor": { |
+ "op": "beginwith", |
+ "value": "X.Org" |
+ }, |
+ "gl_renderer": { |
+ "op": "contains", |
+ "value": "AMD" |
+ }, |
+ "blacklist": [ |
+ "all" |
+ ] |
+ }, |
+ { |
+ "id": 29, |
+ "description": "ATI/AMD cards with third-party drivers in Linux are crash-prone.", |
+ "cr_bugs": [95934, 94973], |
+ "os": { |
+ "type": "linux" |
+ }, |
+ "gl_vendor": { |
+ "op": "beginwith", |
+ "value": "X.Org" |
+ }, |
+ "gl_renderer": { |
+ "op": "contains", |
+ "value": "ATI" |
+ }, |
+ "blacklist": [ |
+ "all" |
+ ] |
} |
] |
} |