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:
Jeff Muizelaar 2020-06-25 12:26:55 +00:00
Родитель 2b6b893f89
Коммит b05ce30421
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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,