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 1350ef9c52d5dfa79ecabbcb354e625dadfcd0b9..b0c94e5adb70531c0bd853a6f07ab10e29d9d156 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.64", |
| + "version": "8.65", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1993,6 +1993,15 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_webgl_multisampling_color_mask_usage" |
| ] |
| + }, |
| + { |
| + "id": 165, |
| + "cr_bugs": [596774], |
| + "description": "Unpacking overlapping rows from unpack buffers is unstable on NVIDIA GL driver", |
| + "gl_vendor": "NVIDIA.*", |
|
oetuaho-nv
2016/05/09 14:22:30
Should this be sufficient to only trigger the work
Ken Russell (switch to Gerrit)
2016/05/09 18:34:08
This should be sufficient. If one or more of the p
|
| + "features": [ |
| + "unpack_overlapping_rows_separately_unpack_buffer" |
| + ] |
| } |
| ] |
| } |