| Index: gpu/config/gpu_driver_bug_list_json.cc
|
| diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
|
| index b4b247f1a4324e3d5e2dfd206497697697b481ee..e19c3f602fab49fe215efc9761d67ac1bbce9f14 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -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": "7.14",
|
| + "version": "7.16",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1105,6 +1105,18 @@ LONG_STRING_CONST(
|
| "features": [
|
| "disable_multisampling"
|
| ]
|
| + },
|
| + {
|
| + "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"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|