| 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 84199d36e7207b710edd584d4fba0b4eaea8dd4b..31638710520d6f2afc97c57ed5f689b0616be137 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -1386,6 +1386,19 @@ LONG_STRING_CONST(
|
| "features": [
|
| "disable_multisampled_render_to_texture"
|
| ]
|
| + },
|
| + {
|
| + "id": 117,
|
| + "description": "GL_KHR_blend_equation_advanced breaks blending on Adreno 4xx",
|
| + "cr_bugs": [488485],
|
| + "os": {
|
| + "type": "android"
|
| + },
|
| + "gl_vendor": "Qualcomm.*",
|
| + "gl_renderer": ".*4\\d\\d",
|
| + "features": [
|
| + "disable_blend_equation_advanced"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|