Chromium Code Reviews| 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 3546914978841038d9bc4d01c3800b66297e162c..b69b8aa86a8cee6567928b740fdf0a87e3521e47 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": "9.02", |
| + "version": "9.03", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -507,7 +507,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" |
| @@ -2030,7 +2030,20 @@ LONG_STRING_CONST( |
| "features": [ |
| "do_teximage_before_copyteximage_to_cube_map" |
| ] |
| - } |
| + }, |
| + { |
| + "id": 190, |
| + "description": "Disable partial swaps on Mesa drivers (detected with GL_VERSION)", |
| + "cr_bugs": [339493], |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "gl_type": "gl", |
| + "gl_version": ".*Mesa.*", |
| + "features": [ |
| + "disable_post_sub_buffers_for_onscreen_surfaces" |
| + ] |
| + }, |
|
Ken Russell (switch to Gerrit)
2016/09/26 19:06:57
I think the trailing ',' is what's causing the pro
|
| ] |
| // Please update the version number at beginning of this file whenever you |
| // change this file. |