Commit 08494035 authored by Jonathan Backer's avatar Jonathan Backer Committed by Chromium LUCI CQ

exit_on_context_lost for Android Adreno GPU

https://bugs.chromium.org/p/chromium/issues/detail?id=1079161#c32

SkiaRenderer GL seems to be tickling a driver bug where the driver
sometimes reports 32 texture units and other times 96 texture units
after a context lost event. This leads to crashes in GPU process
context virtualization code.

Try restarting GPU process instead to see if that fixes the problem.

Bug: 1079161
Change-Id: Ib6a91323b05978193fb7f6e3b26e7dbd850d0509
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2621873Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Jonathan Backer <backer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842108}
parent 6b611e74
......@@ -3687,6 +3687,18 @@
"features": [
"disable_direct_composition_sw_video_overlays"
]
},
{
"id": 365,
"description": "Context lost recovery often fails on Adreno with SkiaRenderer GL.",
"cr_bugs": [1079161],
"os": {
"type": "android"
},
"gl_renderer": "Adreno.*",
"features": [
"exit_on_context_lost"
]
}
]
}
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