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 6900917eb9ab9c7da6cee369c65f2d3fcb0e28b5..b89b1ee3e1f41c30512c3027cbf1585e8d75e5cb 100644 |
| --- a/gpu/config/gpu_driver_bug_list_json.cc |
| +++ b/gpu/config/gpu_driver_bug_list_json.cc |
| @@ -1543,6 +1543,16 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_texture_storage" |
| ] |
| + }, |
| + { |
| + "id": 132, |
| + "description": "On Intel GPUs MSAA performance is not acceptable for GPU rasterization", |
| + "cr_bugs": [527565], |
| + "vendor_id": "0x8086", |
| + "multi_gpu_category": "active", |
| + "features": [ |
| + "disable_msaa_on_non_webgl_contexts" |
| + ] |
|
Zhenyao Mo
2015/10/01 19:55:30
You still haven't updated the version at the begin
ericrk
2015/10/01 20:58:47
oops, missed that - done.
|
| } |
| ] |
| } |