Commit ae441cb4 authored by jbauman's avatar jbauman Committed by Commit bot

Disable D3D11 on systems with AMD switchable graphics.

They may have problems when using hardware video decoding and D3D11 on the discrete gpu.

BUG=451420

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

Cr-Commit-Position: refs/heads/master@{#315165}
parent 42805832
...@@ -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": "7.15", "version": "7.16",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1134,6 +1134,18 @@ LONG_STRING_CONST( ...@@ -1134,6 +1134,18 @@ LONG_STRING_CONST(
"features": [ "features": [
"ignore_egl_sync_failures" "ignore_egl_sync_failures"
] ]
},
{
"id": 100,
"description": "Disable Direct3D11 on systems with AMD switchable graphics",
"cr_bugs": [451420],
"os": {
"type": "win"
},
"multi_gpu_style": "amd_switchable",
"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