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 6b93df461ba05c4bb975a586e392d6950d66a602..18e80ea50dd730c2f9e75983754514504b5eea4c 100644 |
| --- a/gpu/config/gpu_driver_bug_list_json.cc |
| +++ b/gpu/config/gpu_driver_bug_list_json.cc |
| @@ -2301,6 +2301,16 @@ LONG_STRING_CONST( |
| "features": [ |
| "rewrite_float_unary_minus_operator" |
| ] |
| + }, |
| + { |
| + "id": 212, |
| + "cr_bugs": [154715, 10068, 269829, 294779, 285292], |
|
aelias_OOO_until_Jul13
2017/01/04 20:18:52
Please file a new bug explaining the symptoms on M
|
| + "description": "The Mali-Gxx driver does not guarantee flush ordering", |
| + "gl_vendor": "ARM.*", |
| + "gl_renderer": "Mali-G.*", |
| + "features": [ |
| + "use_virtualized_gl_contexts" |
| + ] |
| } |
| ] |
| // Please update the version number at beginning of this file whenever you |