| Index: gpu/config/gpu_driver_bug_list.json
|
| diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json
|
| index 3707d7a05528e9995b799ef83251ec4718d09aaf..a94714a96b59642c852444297a50791e8a6ab120 100644
|
| --- a/gpu/config/gpu_driver_bug_list.json
|
| +++ b/gpu/config/gpu_driver_bug_list.json
|
| @@ -1,6 +1,6 @@
|
| {
|
| "name": "gpu driver bug list",
|
| - "version": "10.9",
|
| + "version": "10.91",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2451,6 +2451,30 @@
|
| "features": [
|
| "disable_larger_than_screen_overlays"
|
| ]
|
| + },
|
| + {
|
| + "id": 230,
|
| + "description": "Adreno 4xx support for EXT_multisampled_render_to_texture is broken on Android 8.0",
|
| + "comment": [
|
| + "Disabling EXT_multisampled_render_to_texture triggers the explicit multisample resolve path, which is broken on the same configurations. (See also software rendering list entry #148.)"
|
| + ],
|
| + "cr_bugs": [722962],
|
| + "os": {
|
| + "type": "android",
|
| + "version": {
|
| + "op": "between",
|
| + "value": "8.0.0",
|
| + "value2": "8.0.99",
|
| + "comment": "Only initial version of O."
|
| + }
|
| + },
|
| + "gl_renderer": "Adreno \\(TM\\) 4.*",
|
| + "disabled_extensions": [
|
| + "GL_EXT_multisampled_render_to_texture"
|
| + ],
|
| + "features": [
|
| + "disable_chromium_framebuffer_multisample"
|
| + ]
|
| }
|
| ],
|
| "comment": [
|
|
|