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..fdb89b86fe91ec74461dd67d5424b729e2a05965 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": "9.26", |
| + "version": "9.27", |
|
Zhenyao Mo
2017/01/05 18:26:36
I think you need to rebase and adjust. 9.27 and I
|
| "entries": [ |
| { |
| "id": 1, |
| @@ -2301,6 +2301,16 @@ LONG_STRING_CONST( |
| "features": [ |
| "rewrite_float_unary_minus_operator" |
| ] |
| + }, |
| + { |
| + "id": 212, |
| + "cr_bugs": [678508], |
| + "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 |