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

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

Issue 6713041: Update software rendering list: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 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"
+ ]
}
]
}
« 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