Chromium Code Reviews| Index: chrome/browser/resources/software_rendering_list.json |
| =================================================================== |
| --- chrome/browser/resources/software_rendering_list.json (revision 78721) |
| +++ chrome/browser/resources/software_rendering_list.json (working copy) |
| @@ -43,7 +43,7 @@ |
| { |
| "name": "software rendering list", |
| // Please update the version number whenever you change this file. |
| - "version": "1.7", |
| + "version": "1.8", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -107,45 +107,17 @@ |
| }, |
| { |
| "id": 5, |
| - "description": "ATI cards in Linux do not support WebGL.", |
| - "cr_bugs": [71381], |
| + "description": "ATI cards in Linux do not support GPU features.", |
| + "cr_bugs": [71381, 76428, 73910], |
| "os": { |
| "type": "linux" |
| }, |
| "vendor_id": "0x1002", |
| "blacklist": [ |
| - "webgl" |
| + "all" |
| ] |
| }, |
| { |
| - "id": 6, |
| - "description": "ATI Radeon HD2600 on Mac do not support WebGL or accelerated compositing.", |
| - "cr_bugs": [68859], |
| - "os": { |
| - "type": "macosx" |
| - }, |
| - "vendor_id": "0x1002", |
| - "device_id": ["0x9583"], |
| - "blacklist": [ |
| - "webgl", |
| - "accelerated_compositing" |
| - ] |
| - }, |
| - { |
| - "id": 7, |
| - "description": "ATI Radeon HD2400 on Mac do not support WebGL or accelerated compositing.", |
| - "cr_bugs": [68859], |
| - "os": { |
| - "type": "macosx" |
| - }, |
| - "vendor_id": "0x1002", |
| - "device_id": ["0x94c8"], |
| - "blacklist": [ |
| - "webgl", |
| - "accelerated_compositing" |
| - ] |
| - }, |
| - { |
| "id": 8, |
| "description": "NVIDIA GeForce FX Go5200 does not support WebGL or accelerated compositing.", |
| "cr_bugs": [72938], |
| @@ -159,7 +131,7 @@ |
| "accelerated_compositing" |
| ] |
| }, |
| - { // NVIDIA GeForce 7300 GT on Mac, BUG=73794 |
| + { |
| "id": 10, |
| "description": "NVIDIA GeForce 7300 GT on Mac does not support WebGL.", |
| "cr_bugs": [73794], |
| @@ -173,20 +145,6 @@ |
| ] |
| }, |
| { |
| - "id": 11, |
| - "description": "ATI Radeon HD2600 XT on Mac does not support WebGL or accelerated compositing.", |
| - "cr_bugs": [68859], |
| - "os": { |
| - "type": "macosx" |
| - }, |
| - "vendor_id": "0x1002", |
| - "device_id": ["0x9588"], |
| - "blacklist": [ |
| - "webgl", |
| - "accelerated_compositing" |
| - ] |
| - }, |
| - { |
| "id": 12, |
| "description": "Drivers older than 2009-01 on Windows are assumed to be buggy.", |
| "cr_bugs": [72979], |
| @@ -272,6 +230,18 @@ |
| "blacklist": [ |
| "multisampling" |
| ] |
| + }, |
| + { |
| + "id": 17, |
| + "description": "Intel mesa drivers are assumed to be buggy.", |
|
vangelis
2011/03/18 20:30:42
"are assumed to be buggy" -> "are crash-prone" ?
|
| + "cr_bugs": [76703], |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "vendor_id": "0x8086", |
| + "blacklist": [ |
| + "all" |
| + ] |
| } |
| ] |
| } |