зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1689186 - Ship Software WebRender to Linux/Windows users to early beta. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D103193
This commit is contained in:
Родитель
1ae7268be1
Коммит
f23716aee9
|
@ -780,7 +780,7 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
|
|||
|
||||
////////////////////////////////////
|
||||
// FEATURE_WEBRENDER_SOFTWARE - ALLOWLIST
|
||||
#ifdef NIGHTLY_BUILD
|
||||
#ifdef EARLY_BETA_OR_EARLIER
|
||||
# if defined(_M_IX86) || defined(_M_X64) || defined(__i386__) || \
|
||||
defined(__i386) || defined(__amd64__)
|
||||
APPEND_TO_DRIVER_BLOCKLIST_EXT(
|
||||
|
|
|
@ -1848,7 +1848,7 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
|
|||
|
||||
////////////////////////////////////
|
||||
// FEATURE_WEBRENDER_SOFTWARE - ALLOWLIST
|
||||
#ifdef NIGHTLY_BUILD
|
||||
#ifdef EARLY_BETA_OR_EARLIER
|
||||
# if defined(_M_IX86) || defined(_M_X64) || defined(__i386__) || \
|
||||
defined(__i386) || defined(__amd64__)
|
||||
APPEND_TO_DRIVER_BLOCKLIST2_EXT(
|
||||
|
|
Загрузка…
Ссылка в новой задаче