Commit 7de27e55 authored by Zhenyao Mo's avatar Zhenyao Mo Committed by Commit Bot

Apply exit_on_context_lost for Mali gpus on CrOS

BUG=992286
TEST=manual
R=marcheu@chromium.org

Change-Id: Ie1351437283deb13a161454863e442e5795c4a27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1794003Reviewed-by: default avatarMiguel Casas <mcasas@chromium.org>
Reviewed-by: default avatarStéphane Marchesin <marcheu@chromium.org>
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695018}
parent 3b90e646
...@@ -3332,6 +3332,19 @@ ...@@ -3332,6 +3332,19 @@
"features": [ "features": [
"disable_vp_scaling" "disable_vp_scaling"
] ]
},
{
"id": 310,
"description": "Context lost recovery often fails on Mali on CrOS.",
"cr_bugs": [992286],
"os": {
"type": "chromeos"
},
"gl_vendor": "ARM.*",
"gl_renderer": ".*Mali-.*",
"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