From f4ef9635359448b9c8dccf0fcef6d7ae33b97957 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Sun, 16 Jun 2019 02:44:48 +0000 Subject: [PATCH] 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 --- gfx/thebes/gfxPlatform.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gfx/thebes/gfxPlatform.cpp b/gfx/thebes/gfxPlatform.cpp index 4fe8cd9bf272..55f6f8ab49c6 100644 --- a/gfx/thebes/gfxPlatform.cpp +++ b/gfx/thebes/gfxPlatform.cpp @@ -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",