Commit 1374d791 authored by Luigi Santivetti's avatar Luigi Santivetti Committed by Commit Bot

gpu/config: apply exit_on_context_lost for PowerVR gpus on CrOS

BUG=b:1010121
BUG=b:139031464
BUG=b:141951482
TEST=manual
R=drinkcat@chromium.org
R=ihf@chromium.org
R=bhthompson@chromium.org
R=michael.green@imgtec.com

Change-Id: I4b421494934b246d9cbc46ca52fd496c352363ac
Signed-off-by: default avatarLuigi Santivetti <luigi.santivetti@imagination.corp-partner.google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836500Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarStéphane Marchesin <marcheu@chromium.org>
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703927}
parent 0cf9aa09
......@@ -3356,6 +3356,19 @@
"features": [
"prefer_draw_to_copy"
]
},
{
"id": 313,
"description": "Context lost recovery often fails on PowerVR on CrOS.",
"cr_bugs": [1010121],
"os": {
"type": "chromeos"
},
"gl_vendor": "Imagination.*",
"gl_renderer": "PowerVR.*",
"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