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 c13227506967ad6c97b1de937b79e19772a3d728..7b2f6a11655b2773daa38d640e2af8396fe8799f 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": "3.8", |
| + "version": "3.9", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -707,6 +707,14 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| "features": [ |
| "disable_framebuffer_multisample" |
| ] |
| + }, |
| + { |
| + "id": 54, |
| + "cr_bugs": [124764], |
| + "description": "Clear uniforms before program use on all platforms", |
|
Ken Russell (switch to Gerrit)
2014/02/04 22:15:11
This description, and the name of the feature, are
Zhenyao Mo
2014/02/05 02:02:41
Done.
|
| + "features": [ |
| + "clear_uniforms_before_program_use" |
| + ] |
| } |
| ] |
| } |