| 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 72000aa3bca23dbb7d99759f0d3f8b7c20b0c677..932df26accaa740e019c2333feb1e55bea30fae4 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.94",
|
| + "version": "8.95",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -535,7 +535,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| },
|
| {
|
| "id": 68,
|
| - "description": "Disable partial swaps on linux drivers",
|
| + "description": "Disable partial swaps on Mesa drivers (detected with GL_RENDERER)",
|
| "cr_bugs": [339493],
|
| "os": {
|
| "type": "linux"
|
| @@ -1957,6 +1957,19 @@ LONG_STRING_CONST(
|
| "features": [
|
| "avda_no_eglimage_for_luminance_tex"
|
| ]
|
| + },
|
| + {
|
| + "id": 190,
|
| + "description": "Disable partial swaps on Mesa drivers (detected with GL_VERSION)",
|
| + "cr_bugs": [339493],
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "gl_type": "gl",
|
| + "gl_version_string": ".*Mesa.*",
|
| + "features": [
|
| + "disable_post_sub_buffers_for_onscreen_surfaces"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|