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 10ebeea7a62be59f06f80f6cf6dbf3aef8db8611..7de1f7de5f1803543117fdc1805cdd30a7a849f4 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.84", |
| + "version": "8.85", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1928,6 +1928,18 @@ LONG_STRING_CONST( |
| "disable_blend_equation_advanced" |
| ] |
| } |
|
Zhenyao Mo
2016/08/22 03:27:14
Here you miss ",".
|
| + { |
| + "id": 179, |
| + "description": "glResumeTransformFeedback works incorrectly on Intel GPUs", |
| + "cr_bugs": [638514], |
| + "os": { |
| + "type": "macosx" |
| + }, |
| + "vendor_id": "0x8086", |
| + "features": [ |
| + "rebind_transform_feedback_before_resume" |
| + ] |
| + } |
| ] |
| } |