| 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 80147469366f25d581ea0b28c7cb957dfd272c24..f51502f0aa5fcba76262f54fcdcf599ac7ab90a6 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -1092,6 +1092,19 @@ LONG_STRING_CONST(
|
| "features": [
|
| "gl_begin_gl_end_on_fbo_change_to_backbuffer"
|
| ]
|
| + },
|
| + {
|
| + "id": 97,
|
| + "description": "Multisampling has poor performance in Intel BayTrail",
|
| + "cr_bugs": [443517],
|
| + "os": {
|
| + "type": "android"
|
| + },
|
| + "gl_vendor": "Intel",
|
| + "gl_renderer": "Intel.*BayTrail",
|
| + "features": [
|
| + "disable_multisampling"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|