Commit b2984ae8 authored by jmadill@chromium.org's avatar jmadill@chromium.org

Force disable-d3d11 for Matrox video cards.

These cards either do not support D3D11 fully, or interact with an
unknown ANGLE bug to cause black screens and an unusable browser.
Force off D3D11 until we can diagnose if a fix is possible.

BUG=395861

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285039 0039d316-1c4b-4281-b951-d872f2087c98
parent 99c3a267
......@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
"version": "6.6",
"version": "6.7",
"entries": [
{
"id": 1,
......@@ -1102,6 +1102,18 @@ LONG_STRING_CONST(
"features": [
"scalarize_vec_and_mat_constructor_args"
]
},
{
"id": 86,
"description": "Disable use of Direct3D 11 on Matrox video cards",
"cr_bugs": [395861],
"os": {
"type": "win"
},
"vendor_id": "0x102b",
"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