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 fd709e8fbb68c01529a30e69a553fec7b3276d33..ea42d815b9a63b8d1f42c83a3ed92f513f603941 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.77", |
| + "version": "8.78", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1125,16 +1125,17 @@ LONG_STRING_CONST( |
| }, |
| { |
| "id": 116, |
| - "description": "Adreno 420 support for EXT_multisampled_render_to_texture is buggy on Android < 5.1", |
| - "cr_bugs": [490379], |
| + "description": "Adreno 4/5xx support for EXT_multisampled_render_to_texture is buggy on Android", |
| + "cr_bugs": [490379, 612474], |
| "os": { |
| "type": "android", |
| "version": { |
| - "op": "<", |
| - "value": "5.1" |
| + "op": "<=", |
| + "value": "7.0" |
| + // Mean to cover N only. NMR1 has this fixed. |
|
Stephen White
2016/07/22 18:18:15
If the bug is only in N, could we leave MSAA enabl
|
| } |
| }, |
| - "gl_renderer": "Adreno \\(TM\\) 4.*", |
| + "gl_renderer": "Adreno \\(TM\\) [45].*", |
| "features": [ |
| "disable_multisampled_render_to_texture" |
| ] |