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 382bcbae7a3f30a9ff2d0f82fda955c233ccc80d..4e0660dcd3b284b8667bf827853de3d8f036a16b 100644 |
| --- a/gpu/config/gpu_driver_bug_list_json.cc |
| +++ b/gpu/config/gpu_driver_bug_list_json.cc |
| @@ -1134,6 +1134,19 @@ LONG_STRING_CONST( |
| "features": [ |
| "ignore_egl_sync_failures" |
| ] |
| + }, |
| + { |
| + "id": 100, |
| + "description": "Adreno 420 driver loses FBO attachment contents on bound FBO deletion", |
| + "cr_bugs": [457027], |
| + "os": { |
| + "type": "android" |
|
no sievers
2015/02/10 19:11:33
Can we deprecate this for the future in the hope t
boliu
2015/02/10 21:03:56
Ehh...currently that check would be >= 5.0.2 as th
boliu
2015/02/10 21:25:51
Oops, should be:
"> 5.0.2"
vmiura
2015/02/11 05:07:43
Yeah, it's actually a regression from > 5.0.2.
I
|
| + }, |
| + "gl_vendor": "Qualcomm.*", |
| + "gl_renderer": ".*420", |
| + "features": [ |
| + "unbind_attachments_on_bound_render_fbo_delete" |
| + ] |
| } |
| ] |
| } |