зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1704818 - Enable webrender on PowerVR Rogue devices. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D111843
This commit is contained in:
Родитель
db97bf93e3
Коммит
df306cce64
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче