| 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 bfd534969e79a427aebe8fd45ac446ee397675cf..fd709e8fbb68c01529a30e69a553fec7b3276d33 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": "8.76",
|
| + "version": "8.77",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1857,6 +1857,22 @@ LONG_STRING_CONST(
|
| "features": [
|
| "disable_framebuffer_cmaa"
|
| ]
|
| + },
|
| + {
|
| + "id": 173,
|
| + "description": "Limit transparent visuals to drivers known to work",
|
| + "cr_bugs": [369209],
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "exceptions" : [
|
| + {
|
| + "driver_vendor": "Mesa"
|
| + }
|
| + ],
|
| + "features": [
|
| + "disable_transparent_visuals"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|