| Index: gpu/config/software_rendering_list.json
|
| diff --git a/gpu/config/software_rendering_list.json b/gpu/config/software_rendering_list.json
|
| index 43709fe55129b789213fc592a7c47ecce2ffcc6d..4c0d74fe6d73882c173e08a4b4022597752cfde1 100644
|
| --- a/gpu/config/software_rendering_list.json
|
| +++ b/gpu/config/software_rendering_list.json
|
| @@ -1,6 +1,6 @@
|
| {
|
| "name": "software rendering list",
|
| - "version": "13.2",
|
| + "version": "13.4",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1494,6 +1494,25 @@
|
| "features": [
|
| "webgl2"
|
| ]
|
| + },
|
| + {
|
| + "id": 147,
|
| + "description": "Explicit multisample resolve is broken on Adreno 4xx on Android 7.0",
|
| + "comment": "Corresponds to GPU driver bug #174",
|
| + "cr_bugs": [696126],
|
| + "os": {
|
| + "type": "android",
|
| + "version": {
|
| + "op": "between",
|
| + "value": "7.0.0",
|
| + "value2": "7.0.99",
|
| + "comment": "Only initial version of N."
|
| + }
|
| + },
|
| + "gl_renderer": "Adreno \\(TM\\) 4.*",
|
| + "features": [
|
| + "webgl2"
|
| + ]
|
| }
|
| ],
|
| "comment": [
|
|
|