Blacklist very old ATI drivers from D3D11 due to performance issues.

BUG=402134
TEST=gpu_unittests

Review URL: https://codereview.chromium.org/463673002

Cr-Commit-Position: refs/heads/master@{#289603}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289603 0039d316-1c4b-4281-b951-d872f2087c98
parent f55f9e6b
...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( ...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{ {
"name": "gpu driver bug list", "name": "gpu driver bug list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "6.9", "version": "6.10",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1085,6 +1085,22 @@ LONG_STRING_CONST( ...@@ -1085,6 +1085,22 @@ LONG_STRING_CONST(
"features": [ "features": [
"disable_d3d11" "disable_d3d11"
] ]
},
{
"id": 87,
"description": "Disable use of Direct3D 11 on older AMD drivers",
"cr_bugs": [402134],
"os": {
"type": "win"
},
"vendor_id": "0x1002",
"driver_date": {
"op": "<",
"value": "2011.1"
},
"features": [
"disable_d3d11"
]
} }
] ]
} }
......
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