| 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 fcc11923261edff42adec6913b7f6a7b1d42a3ff..8b5e326ac9f6632b4d5c4deb75ef2bb4880f2203 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": "5.5",
|
| + "version": "5.6",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -986,6 +986,29 @@ LONG_STRING_CONST(
|
| "features": [
|
| "disable_egl_khr_fence_sync"
|
| ]
|
| + },
|
| + {
|
| + "id": 75,
|
| + "description": "Mali-400 support of EXT_multisampled_render_to_texture is buggy on Android < 4.3",
|
| + "cr_bugs": [362435],
|
| + "os": {
|
| + "type": "android",
|
| + "version": {
|
| + "op": "<",
|
| + "value": "4.3"
|
| + }
|
| + },
|
| + "gl_vendor": {
|
| + "op": "beginwith",
|
| + "value": "ARM"
|
| + },
|
| + "gl_renderer": {
|
| + "op": "contains",
|
| + "value": "Mali-400"
|
| + },
|
| + "features": [
|
| + "disable_multisampling"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|