Bug 1625857 - Block all features with NVIDIA driver version 26.21.14.4575. r=jrmuizel

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrew Osmond 2020-04-02 19:57:04 +00:00
parent 02a026667e
commit fd8e276100

View File

@ -1254,6 +1254,12 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
DRIVER_BETWEEN_INCLUSIVE_START, V(8, 17, 10, 0000), V(8, 17, 11, 8745),
"FEATURE_FAILURE_NV_W7_17", "nVidia driver > 187.45");
// Bug 1625857 - Rendering is very distorted with this particular driver.
APPEND_TO_DRIVER_BLOCKLIST2(
OperatingSystem::Windows, DeviceFamily::NvidiaAll,
GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
DRIVER_EQUAL, V(26, 21, 14, 4575), "NVIDIA driver != 26.21.14.4575");
/*
* AMD/ATI entries. 8.56.1.15 is the driver that shipped with Windows 7 RTM
*/
@ -1884,18 +1890,18 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_LESS_THAN_OR_EQUAL,
V(25, 20, 100, 6472), "FEATURE_FAILURE_BUG_1602511");
APPEND_TO_DRIVER_BLOCKLIST2(
OperatingSystem::Windows, DeviceFamily::AtiAll,
nsIGfxInfo::FEATURE_WEBRENDER_COMPOSITOR,
nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_EQUAL,
V(8, 17, 10, 1129), "FEATURE_FAILURE_CHROME_BUG_800950");
APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows, DeviceFamily::AtiAll,
nsIGfxInfo::FEATURE_WEBRENDER_COMPOSITOR,
nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
DRIVER_EQUAL, V(8, 17, 10, 1129),
"FEATURE_FAILURE_CHROME_BUG_800950");
// Block all AMD for now
APPEND_TO_DRIVER_BLOCKLIST2(
OperatingSystem::Windows, DeviceFamily::AtiAll,
nsIGfxInfo::FEATURE_WEBRENDER_COMPOSITOR,
nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_COMPARISON_IGNORED,
V(0, 0, 0, 0), "FEATURE_FAILURE_ALL_AMD");
APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows, DeviceFamily::AtiAll,
nsIGfxInfo::FEATURE_WEBRENDER_COMPOSITOR,
nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),
"FEATURE_FAILURE_ALL_AMD");
// Block all non-recent Win10
APPEND_TO_DRIVER_BLOCKLIST2(