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 76e7f00bbb76c354f475640216fc8b3c330c73cd..c0aad47e8ef372bfdc4bc18c4bf0703388f71bba 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": "8.02", |
| + "version": "8.03", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1339,6 +1339,19 @@ LONG_STRING_CONST( |
| "disabled_extensions": [ |
| "GL_EXT_disjoint_timer_query" |
| ] |
| + }, |
| + { |
| + "id": 114, |
| + "cr_bugs": [489871], |
| + "description": "Vivante GC1000 support of EXT_multisampled_render_to_texture is buggy", |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "gl_vendor": "Vivante Corporation", |
| + "gl_renderer": "Vivante GC1000", |
| + "features": [ |
| + "disable_multisampled_render_to_texture" |
|
Zhenyao Mo
2015/05/19 23:31:31
nit: two extra whitespace.
|
| + ] |
| } |
| ] |
| } |