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 c7f9d5fb2070e7f6f31d9c65e411f2a49ef54488..2b7221aa906193904316b35ee8805844cd6bc62a 100644 |
| --- a/gpu/config/gpu_driver_bug_list_json.cc |
| +++ b/gpu/config/gpu_driver_bug_list_json.cc |
| @@ -85,7 +85,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| { |
| "name": "gpu driver bug list", |
| // Please update the version number whenever you change this file. |
| - "version": "2.10", |
| + "version": "2.11", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -575,6 +575,21 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| "features": [ |
| "init_gl_position_in_vertex_shader" |
| ] |
| + }, |
| + { |
| + "id": 38, |
| + "cr_bugs": [289461], |
| + "description": "Non-virtual contexts on Qualcomm sometimes cause out-of-order frames", |
|
no sievers
2013/09/11 17:47:02
Or maybe just merge this into 36 above and add the
|
| + "os": { |
| + "type": "android" |
| + }, |
| + "gl_vendor": { |
| + "op": "beginwith", |
| + "value": "Qualcomm" |
| + }, |
| + "features": [ |
| + "use_virtualized_gl_contexts" |
| + ] |
| } |
| ] |
| } |