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 4c817eea869aa0f88bcc5f441bcce32add6560f4..a1d4c3e85e51bcf002d0c186108f22bdee85162f 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": "7.13", |
| + "version": "7.14", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1105,6 +1105,18 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_multisampling" |
| ] |
| + }, |
| + { |
| + "id": 98, |
| + "description": "PowerVR SGX 540 drivers throw GL_OUT_OF_MEMORY error when a buffer object's size is set to 0", |
|
Zhenyao Mo
2015/01/23 19:18:07
could you add a cr_bugs to keep track?
|
| + "os": { |
| + "type": "android" |
| + }, |
| + "gl_vendor": "Imagination.*", |
| + "gl_renderer": "PowerVR SGX 540", |
| + "features": [ |
| + "use_non_zero_size_for_client_side_stream_buffers" |
| + ] |
| } |
| ] |
| } |