| 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..4c817eea869aa0f88bcc5f441bcce32add6560f4 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": "7.12",
|
| + "version": "7.13",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -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"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|