| 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 783e5455c25f60462de368120c9f1d4eabbf24e9..0983899a697177ab2d9428d6d778f78b3a42dc9f 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -964,6 +964,29 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| "features": [
|
| "disable_d3d11"
|
| ]
|
| + },
|
| + {
|
| + "id": 74,
|
| + "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"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|