| 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 331c38c3e7239af69187003fa0227631544a0e56..79275cc3527302c2c2b58e9863fa018a016cbee5 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": "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"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|