Commit 586c01de authored by kainino's avatar kainino Committed by Commit bot

Disable explicit multisample resolve (and webgl2) on Adreno 4xx on Android 7.0

This was seen on Sony Xperia Z5 (Adreno 430).

BUG=696126
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2855583003
Cr-Commit-Position: refs/heads/master@{#468507}
parent 7ad71517
{ {
"name": "gpu driver bug list", "name": "gpu driver bug list",
"version": "10.4", "version": "10.5",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1738,7 +1738,10 @@ ...@@ -1738,7 +1738,10 @@
{ {
"id": 174, "id": 174,
"description": "Adreno 4xx support for EXT_multisampled_render_to_texture is buggy on Android 7.0", "description": "Adreno 4xx support for EXT_multisampled_render_to_texture is buggy on Android 7.0",
"cr_bugs": [612474], "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 #147.)"
],
"cr_bugs": [612474, 696126],
"os": { "os": {
"type": "android", "type": "android",
"version": { "version": {
...@@ -1751,6 +1754,9 @@ ...@@ -1751,6 +1754,9 @@
"gl_renderer": "Adreno \\(TM\\) 4.*", "gl_renderer": "Adreno \\(TM\\) 4.*",
"disabled_extensions": [ "disabled_extensions": [
"GL_EXT_multisampled_render_to_texture" "GL_EXT_multisampled_render_to_texture"
],
"features": [
"disable_chromium_framebuffer_multisample"
] ]
}, },
{ {
......
{ {
"name": "software rendering list", "name": "software rendering list",
"version": "13.3", "version": "13.4",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1569,6 +1569,25 @@ ...@@ -1569,6 +1569,25 @@
"features": [ "features": [
"webgl2" "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": [ "comment": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment