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 850b3eb896905f76cd4fee1819d64fa0c489b05b..01dbea75cfc3a15360549c90789137284f9a5dab 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.32", |
| + "version": "9.33", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -2339,12 +2339,37 @@ LONG_STRING_CONST( |
| "features": [ |
| "use_gpu_driver_workaround_for_testing" |
| ] |
| + }, |
| + { |
| + "id": 216, |
| + "cr_bugs": [698926], |
| + "description": "Pack parameters work incorrectly with pack buffer bound", |
| + "os": { |
| + "type": "android" |
| + }, |
| + "gl_vendor": "NVIDIA.*", |
| + "features": [ |
| + "pack_parameters_workaround_with_pack_buffer" |
| + ] |
| + }, |
| + { |
| + "id": 216, |
| + "cr_bugs": [698926], |
| + "description": "Alignment works incorrectly with unpack buffer bound", |
| + "os": { |
| + "type": "android" |
| + }, |
| + "gl_vendor": "NVIDIA.*", |
| + "features": [ |
| + "unpack_alignment_workaround_with_unpack_buffer" |
| + ] |
| } |
| ] |
| // Please update the version number at beginning of this file whenever you |
| // change this file. |
| } |
| + |
|
Zhenyao Mo
2017/03/07 17:13:49
nit: this looks unintentional?
Kai Ninomiya
2017/03/08 00:59:40
oops, done
|
| ); // LONG_STRING_CONST macro |
| } // namespace gpu |