forked from mirrors/gecko-dev
Bug 1679468 - Block AMD 8.56.1.15/16 from WebRender. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D98030
This commit is contained in:
parent
5ef90cabc3
commit
af2630b9f5
1 changed files with 6 additions and 0 deletions
|
|
@ -1761,6 +1761,12 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
|
||||||
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions,
|
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions,
|
||||||
"FEATURE_UNQUALIFIED_WEBRENDER_NVIDIA_BLOCKED");
|
"FEATURE_UNQUALIFIED_WEBRENDER_NVIDIA_BLOCKED");
|
||||||
|
|
||||||
|
// Block 8.56.1.15/16
|
||||||
|
APPEND_TO_DRIVER_BLOCKLIST2(
|
||||||
|
OperatingSystem::Windows, DeviceFamily::AtiAll,
|
||||||
|
nsIGfxInfo::FEATURE_WEBRENDER, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
|
||||||
|
DRIVER_LESS_THAN_OR_EQUAL, V(8, 56, 1, 16), "CRASHY_DRIVERS_BUG_1678808");
|
||||||
|
|
||||||
////////////////////////////////////
|
////////////////////////////////////
|
||||||
// FEATURE_WEBRENDER - ALLOWLIST
|
// FEATURE_WEBRENDER - ALLOWLIST
|
||||||
#ifdef EARLY_BETA_OR_EARLIER
|
#ifdef EARLY_BETA_OR_EARLIER
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue