| 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 8b81fa826e3b029f15e8ccce1af7e506de4ef11a..bfd534969e79a427aebe8fd45ac446ee397675cf 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.75",
|
| + "version": "8.76",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -552,7 +552,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| "type": "linux"
|
| },
|
| "gl_type": "gl",
|
| - "driver_vendor": "Mesa",
|
| + "gl_renderer": ".*Mesa.*",
|
| "features": [
|
| "disable_post_sub_buffers_for_onscreen_surfaces"
|
| ]
|
|
|