Bug 1667490 - Remove not recent win10 directcomposite blocking. r=aosmond

We haven't seen any problems on older win10

Differential Revision: https://phabricator.services.mozilla.com/D91484
This commit is contained in:
Jeff Muizelaar 2020-09-25 22:05:22 +00:00
Родитель abfd030f16
Коммит 82d85111c2
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -1853,13 +1853,6 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
DRIVER_LESS_THAN_OR_EQUAL, V(8, 17, 10, 1129),
"FEATURE_FAILURE_CHROME_BUG_800950");
// Block all non-recent Win10
APPEND_TO_DRIVER_BLOCKLIST2(
OperatingSystem::NotRecentWindows10, DeviceFamily::All,
nsIGfxInfo::FEATURE_WEBRENDER_COMPOSITOR,
nsIGfxInfo::FEATURE_BLOCKED_OS_VERSION, DRIVER_COMPARISON_IGNORED,
V(0, 0, 0, 0), "FEATURE_FAILURE_NOT_RECENT_WIN10");
#endif
// WebRender is unable to use scissored clears in some cases