Chromium Code Reviews| Index: gpu/config/gpu_driver_bug_list.json |
| diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json |
| index e13c91ee93f742f6f63b54c3f9c642aa4b6df091..f304b139602c027c319f4f01dfc4b57d609c24b8 100644 |
| --- a/gpu/config/gpu_driver_bug_list.json |
| +++ b/gpu/config/gpu_driver_bug_list.json |
| @@ -1,6 +1,6 @@ |
| { |
| "name": "gpu driver bug list", |
| - "version": "10.13", |
| + "version": "10.14", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -2524,6 +2524,23 @@ |
| "features": [ |
| "disable_delayed_copy_nv12" |
| ] |
| + }, |
| + { |
| + "id": 234, |
| + "description": "glClearColor does not always work on Intel 6xxx Mac drivers", |
| + "cr_bugs": [710443], |
| + "os": { |
| + "type": "macosx", |
| + "version": { |
| + "op": "<=", |
| + "value": "10.12.4" |
| + } |
| + }, |
| + "vendor_id": "0x8086", |
| + "gl_renderer": "Intel\\(R\\) (HD|Iris\\(TM\\)) Graphics 6.*", |
|
Zhenyao Mo
2017/06/13 19:01:24
That's not good to use gl_renderer on Mac because
jiajia.qin
2017/06/14 08:18:21
Done.
|
| + "features": [ |
| + "clear_to_boundary_values_is_broken" |
| + ] |
| } |
| ], |
| "comment": [ |