Commit 2c1cf7fe authored by liberato's avatar liberato Committed by Commit bot

Turn off AVDA for Vivante GC1000.

This CL disables the unified media pipeline for Vivante GC1000
GPUs on KitKat and earlier.  It crashes quite a bit.

BUG=626814
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2149013002
Cr-Commit-Position: refs/heads/master@{#405585}
parent d93e5cf4
...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{ {
"name": "software rendering list", "name": "software rendering list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "11.4", "version": "11.5",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1184,6 +1184,22 @@ LONG_STRING_CONST( ...@@ -1184,6 +1184,22 @@ LONG_STRING_CONST(
"features": [ "features": [
"gpu_rasterization" "gpu_rasterization"
] ]
},
{
"id": 117,
"description": "MediaCodec on Vivante hangs in MediaCodec often",
"cr_bugs": [626814],
"os": {
"type": "android",
"version": {
"op": "<=",
"value": "4.4.4"
}
},
"gl_renderer": ".*Vivante.*",
"features": [
"accelerated_video_decode"
]
} }
] ]
} }
......
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