Bug 1674197 - Allow WebRender for Intel driver 23.20.16.4973 on early beta. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D95192
This commit is contained in:
Andrew Osmond 2020-10-29 19:18:53 +00:00
Родитель d4db5c9d04
Коммит e5865e88c9
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -1761,9 +1761,10 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions,
"FEATURE_UNQUALIFIED_WEBRENDER_NVIDIA_BLOCKED");
#ifndef NIGHTLY_BUILD
#ifndef EARLY_BETA_OR_EARLIER
// Bug 1615421 / 1607860 - Playing videos appear to crash with WebRender
// with this particular driver. Bug 1671253 enabled this on nightly only.
// with this particular driver. Bug 1674197 enabled this on nightly and
// early beta.
APPEND_TO_DRIVER_BLOCKLIST2(
OperatingSystem::Windows, DeviceFamily::IntelAll,
nsIGfxInfo::FEATURE_WEBRENDER,