Chromium Code Reviews| Index: gpu/config/software_rendering_list.json |
| diff --git a/gpu/config/software_rendering_list.json b/gpu/config/software_rendering_list.json |
| index 23cc2b9aa737fac23892eacfc839b72de4fc0523..2c20225fbca9604eaa89c1802b5b4770629153e8 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.3", |
| + "version": "13.4", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1569,6 +1569,23 @@ |
| "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], |
| + "gl_renderer": "Adreno \\(TM\\) 4.*", |
| + "os": { |
| + "type": "android", |
| + "version": { |
| + "op": "=", |
| + "value": "7.0" |
|
Ken Russell (switch to Gerrit)
2017/05/01 23:11:00
Still should use the same "op" as driver bug #174.
Kai Ninomiya
2017/05/01 23:15:18
Done, thanks for catching this.
|
| + } |
| + }, |
| + "features": [ |
| + "webgl2" |
| + ] |
| } |
| ], |
| "comment": [ |