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 0eeda1918426a0e5cd7bf1cdbe76e121a9c4f752..31d0abd7b8680fbdd7391d7c24ef29718f53b3a6 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.1", |
| + "version": "3.2", |
|
kaanb
2013/11/12 18:49:57
I think 3.11 would be more appropriate, as this is
boliu
2013/11/12 19:07:20
Err, there is no fast rule here. I'll keep 3.2 sin
|
| "entries": [ |
| { |
| "id": 1, |
| @@ -678,6 +678,20 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| "features": [ |
| "wake_up_gpu_before_drawing" |
| ] |
| + }, |
| + { |
| + "id": 50, |
| + "description": "NVIDIA driver requires unbind gralloc from TexImage before lock", |
|
kaanb
2013/11/12 18:49:57
how about: "NVIDIA driver requires unbinding a Gpu
boliu
2013/11/12 19:07:20
s/for rasterization/to main memory/
Sound good?
|
| + "os": { |
| + "type": "android" |
| + }, |
| + "gl_vendor": { |
| + "op": "beginwith", |
| + "value": "NVIDIA" |
| + }, |
| + "features": [ |
| + "unbind_image_target_texture_before_lock" |
| + ] |
| } |
| ] |
| } |