Bug 1677835 - Drop Intel driver 23.20.16.4973 blocking. r=aosmond

The user that reported the problem doesn't see it anymore
and we haven't seen any problems on Nightly.

Differential Revision: https://phabricator.services.mozilla.com/D97479
This commit is contained in:
Jeff Muizelaar 2020-11-18 19:22:10 +00:00
Родитель 244eb9e36c
Коммит 9d8e8ffd2d
1 изменённых файлов: 0 добавлений и 12 удалений

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

@ -1761,18 +1761,6 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions,
"FEATURE_UNQUALIFIED_WEBRENDER_NVIDIA_BLOCKED");
#ifndef EARLY_BETA_OR_EARLIER
// Bug 1615421 / 1607860 - Playing videos appear to crash with WebRender
// with this particular driver. Bug 1674197 enabled this on nightly and
// early beta.
APPEND_TO_DRIVER_BLOCKLIST2(
OperatingSystem::Windows, DeviceFamily::IntelAll,
nsIGfxInfo::FEATURE_WEBRENDER,
nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION, DRIVER_EQUAL,
V(23, 20, 16, 4973),
"FEATURE_FAILURE_WEBRENDER_VIDEO_CRASH_INTEL_23.20.16.4973");
#endif
////////////////////////////////////
// FEATURE_WEBRENDER - ALLOWLIST
#ifdef EARLY_BETA_OR_EARLIER