Bug 1704818 - Enable webrender on PowerVR Rogue devices. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D111843
This commit is contained in:
Jamie Nicol 2021-04-14 18:42:37 +00:00
Родитель db97bf93e3
Коммит df306cce64
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -612,6 +612,9 @@ nsresult GfxInfo::GetFeatureStatusImpl(
// Excluding G31 due to bug 1689947.
gpu.Find("Mali-G31", /*ignoreCase*/ true) == kNotFound;
// Enable Webrender on all PowerVR Rogue GPUs
isUnblocked |= gpu.Find("PowerVR Rogue", /*ignoreCase*/ true) >= 0;
if (!isUnblocked) {
*aStatus = nsIGfxInfo::FEATURE_BLOCKED_DEVICE;
aFailureId = "FEATURE_FAILURE_WEBRENDER_BLOCKED_DEVICE";