Skip to content

Commit

Permalink
Bug 1681921 - Ship WebRender Software to Windows nightly users with s…
Browse files Browse the repository at this point in the history
…mall/medium screens. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D99440
  • Loading branch information
aosmond committed Dec 11, 2020
1 parent 61b2c2a commit 3cef7c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions widget/windows/GfxInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,18 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
nsIGfxInfo::FEATURE_WEBRENDER_SCISSORED_CACHE_CLEARS,
nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_COMPARISON_IGNORED,
V(0, 0, 0, 0), "FEATURE_FAILURE_BUG_1603515");

////////////////////////////////////
// FEATURE_WEBRENDER_SOFTWARE - ALLOWLIST
#ifdef NIGHTLY_BUILD
APPEND_TO_DRIVER_BLOCKLIST2_EXT(
OperatingSystem::Windows, ScreenSizeStatus::SmallAndMedium,
BatteryStatus::All, DesktopEnvironment::All, WindowProtocol::All,
DriverVendor::All, DeviceFamily::All,
nsIGfxInfo::FEATURE_WEBRENDER_SOFTWARE,
nsIGfxInfo::FEATURE_ALLOW_ALWAYS, DRIVER_COMPARISON_IGNORED,
V(0, 0, 0, 0), "FEATURE_ROLLOUT_NIGHTLY_SOFTWARE_WR_S_M_SCRN");
#endif
}
return *sDriverInfo;
}
Expand Down

0 comments on commit 3cef7c2

Please sign in to comment.