зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1648320 - Lower the version requirement for WebRender on Intel battery. r=aosmond
This just drops the requirement a little. We can be more aggresive in the next release. Differential Revision: https://phabricator.services.mozilla.com/D81002
This commit is contained in:
Родитель
2b6b893f89
Коммит
b05ce30421
|
@ -1803,8 +1803,8 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
|
|||
BatteryStatus::Present, DesktopEnvironment::All, WindowProtocol::All,
|
||||
DriverVendor::All, DeviceFamily::IntelModernRolloutWebRender,
|
||||
nsIGfxInfo::FEATURE_WEBRENDER, nsIGfxInfo::FEATURE_ALLOW_ALWAYS,
|
||||
DRIVER_GREATER_THAN, V(25, 20, 100, 6472),
|
||||
"FEATURE_ROLLOUT_DESKTOP_INTEL_S_SCRN");
|
||||
DRIVER_GREATER_THAN_OR_EQUAL, V(25, 20, 100, 6373),
|
||||
"FEATURE_ROLLOUT_BATTERY_INTEL_S_SCRN");
|
||||
|
||||
APPEND_TO_DRIVER_BLOCKLIST2_EXT(
|
||||
OperatingSystem::Windows, ScreenSizeStatus::All, BatteryStatus::All,
|
||||
|
|
Загрузка…
Ссылка в новой задаче