зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1559375 - Allow qualified AMD devices to get WR in late beta and release. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D35024 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
15bb45c87d
Коммит
f4ef963535
|
@ -2652,12 +2652,7 @@ static FeatureState& WebRenderHardwareQualificationStatus(
|
|||
(deviceID >= 0x9830 && deviceID < 0x9870) ||
|
||||
(deviceID >= 0x9900 && deviceID < 0x9a00)) {
|
||||
// we have a desktop CAYMAN, SI, CIK, VI, or GFX9 device
|
||||
#ifndef EARLY_BETA_OR_EARLIER
|
||||
featureWebRenderQualified.Disable(
|
||||
FeatureStatus::BlockedReleaseChannelAMD,
|
||||
"Release channel and AMD",
|
||||
NS_LITERAL_CSTRING("FEATURE_FAILURE_RELEASE_CHANNEL_AMD"));
|
||||
#endif // !EARLY_BETA_OR_EARLIER
|
||||
// so treat the device as qualified.
|
||||
} else {
|
||||
featureWebRenderQualified.Disable(
|
||||
FeatureStatus::BlockedDeviceTooOld, "Device too old",
|
||||
|
|
Загрузка…
Ссылка в новой задаче