Bug 1677108 - Let gen5, R600, Tesla1 and gpu processless WebRender all ride to beta. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D97009
This commit is contained in:
Jeff Muizelaar 2020-11-13 14:39:57 +00:00
parent 479b3d0bb9
commit e5a523648c
3 changed files with 4 additions and 10 deletions

View File

@ -4463,11 +4463,7 @@
#ifdef XP_WIN
- name: gfx.webrender.enabled-no-gpu-process-with-angle-win
type: bool
#ifdef NIGHTLY_BUILD
value: true
#else
value: false
#endif
value: @IS_EARLY_BETA_OR_EARLIER@
mirror: once
#endif

View File

@ -492,7 +492,7 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x0a7c);
break;
case DeviceFamily::NvidiaRolloutWebRender:
#ifdef NIGHTLY_BUILD
#ifdef EARLY_BETA_OR_EARLIER
APPEND_RANGE(0x0400, 0x04ff);
APPEND_RANGE(0x05e0, 0x05ff);
APPEND_RANGE(0x0600, INT32_MAX);
@ -501,13 +501,11 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
#endif
break;
case DeviceFamily::IntelRolloutWebRender:
#ifdef NIGHTLY_BUILD
#ifdef EARLY_BETA_OR_EARLIER
// gen5 (ironlake)
APPEND_DEVICE(0x0042);
APPEND_DEVICE(0x0046);
#endif
#ifdef EARLY_BETA_OR_EARLIER
// cherryview
APPEND_DEVICE(0x22b0);
APPEND_DEVICE(0x22b1);

View File

@ -1775,7 +1775,7 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
////////////////////////////////////
// FEATURE_WEBRENDER - ALLOWLIST
#ifdef NIGHTLY_BUILD
#ifdef EARLY_BETA_OR_EARLIER
APPEND_TO_DRIVER_BLOCKLIST2_EXT(
OperatingSystem::Windows, ScreenSizeStatus::All, BatteryStatus::All,
DesktopEnvironment::All, WindowProtocol::All, DriverVendor::All,