Bug 1699242 - Don't ship Software WebRender to 32-bit users to late beta/release. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D108838
This commit is contained in:
Andrew Osmond 2021-03-17 19:44:22 +00:00
parent b926dace91
commit 1c9b8bb425
2 changed files with 3 additions and 2 deletions

View File

@ -819,8 +819,7 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
# endif
#endif
#if defined(_M_IX86) || defined(_M_X64) || defined(__i386__) || \
defined(__i386) || defined(__amd64__)
#if defined(_M_X64) || defined(__amd64__)
// Initial Linux release population for SW-WR.
if (mozilla::supports_avx2()) {
APPEND_TO_DRIVER_BLOCKLIST_EXT(

View File

@ -1852,7 +1852,9 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),
"FEATURE_ROLLOUT_EARLY_BETA_SOFTWARE_WR");
# endif
#endif
#if defined(_M_X64) || defined(__amd64__)
if (mozilla::supports_avx2()) {
APPEND_TO_DRIVER_BLOCKLIST2_EXT(
OperatingSystem::Windows, ScreenSizeStatus::Small, BatteryStatus::All,