Skip to content

Commit

Permalink
Bug 1666265 - Rollout WebRender to NVIDIA laptops with older drivers/…
Browse files Browse the repository at this point in the history
…Windows builds to early beta. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D90862
  • Loading branch information
aosmond committed Sep 21, 2020
1 parent 11d5c3f commit 577c1e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions widget/windows/GfxInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1840,15 +1840,13 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
DeviceFamily::IntelRolloutWebRender, nsIGfxInfo::FEATURE_WEBRENDER,
nsIGfxInfo::FEATURE_ALLOW_ALWAYS, DRIVER_COMPARISON_IGNORED,
V(0, 0, 0, 0), "FEATURE_ROLLOUT_EARLY_BETA_OR_EARLIER_INTEL");
#endif

#ifdef NIGHTLY_BUILD
APPEND_TO_DRIVER_BLOCKLIST2_EXT(
OperatingSystem::Windows, ScreenSizeStatus::All, BatteryStatus::All,
DesktopEnvironment::All, WindowProtocol::All, DriverVendor::All,
DeviceFamily::NvidiaRolloutWebRender, nsIGfxInfo::FEATURE_WEBRENDER,
nsIGfxInfo::FEATURE_ALLOW_QUALIFIED, DRIVER_COMPARISON_IGNORED,
V(0, 0, 0, 0), "FEATURE_ROLLOUT_NIGHTLY_LISTED_NVIDIA");
V(0, 0, 0, 0), "FEATURE_ROLLOUT_EARLY_BETA_OR_EARLIER_NVIDIA");
#endif

////////////////////////////////////
Expand Down

0 comments on commit 577c1e1

Please sign in to comment.