Bug 1615421 - Block WebRender with broken Intel driver 23.20.16.4973. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D62808

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrew Osmond 2020-02-19 19:53:03 +00:00
parent 83b63756b3
commit eab802c726

View File

@ -1803,6 +1803,14 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
V(21, 20, 16, 4590), "Intel driver >= 21.20.16.4590");
#endif
// Bug 1615421 / 1607860 - Playing videos appear to crash with WebRender
// with this particular driver.
APPEND_TO_DRIVER_BLOCKLIST2(
OperatingSystem::Windows, DeviceFamily::IntelAll,
nsIGfxInfo::FEATURE_WEBRENDER,
nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION, DRIVER_EQUAL,
V(23, 20, 16, 4973), "Intel driver > 23.20.16.4973");
////////////////////////////////////
// FEATURE_WEBRENDER - ALLOWLIST