Chromium Code Reviews| Index: gpu/config/gpu_driver_bug_list.json |
| diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json |
| index 2cd064facab39c3d86d7b42a6bca22cb30e51f4c..5ee3a704891ae603cd1e9830232ab44db03aea64 100644 |
| --- a/gpu/config/gpu_driver_bug_list.json |
| +++ b/gpu/config/gpu_driver_bug_list.json |
| @@ -1,6 +1,6 @@ |
| { |
| "name": "gpu driver bug list", |
| - "version": "10.4", |
| + "version": "10.5", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -2374,6 +2374,23 @@ |
| "features": [ |
| "force_int_or_srgb_cube_texture_complete" |
| ] |
| + }, |
| + { |
| + "id": 224, |
| + "description": "Explicit multisample resolve path is broken on Adreno 4xx on Android 7.0", |
| + "comment": "Corresponds to software rendering list entry #147", |
|
Ken Russell (switch to Gerrit)
2017/05/01 22:52:19
Could you also point to entry 174, above? They see
Kai Ninomiya
2017/05/01 23:04:41
I'm actually going to merge these two entries. The
|
| + "cr_bugs": [696126], |
| + "gl_renderer": "Adreno \\(TM\\) 4.*", |
| + "os": { |
| + "type": "android", |
| + "version": { |
| + "op": "=", |
| + "value": "7.0" |
|
Ken Russell (switch to Gerrit)
2017/05/01 22:52:19
Do you think it's worth expanding this to "between
Kai Ninomiya
2017/05/01 23:04:41
Done.
|
| + } |
| + }, |
| + "features": [ |
| + "disable_chromium_framebuffer_multisample" |
| + ] |
| } |
| ], |
| "comment": [ |