Commit 9ec5aaa0 authored by zmo@google.com's avatar zmo@google.com

Blacklist ATI FireMV 2400 GPUs on Windows.

BUG=124152
TEST=unit_tests
Review URL: https://chromiumcodereview.appspot.com/10836081

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149680 0039d316-1c4b-4281-b951-d872f2087c98
parent ec820d31
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
{ {
"name": "software rendering list", "name": "software rendering list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "2.6", "version": "2.7",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -692,6 +692,19 @@ ...@@ -692,6 +692,19 @@
"blacklist": [ "blacklist": [
"all" "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"
]
} }
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment