зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1689112 - Drop the low powered NVIDIA block in nightly and early beta. r=aosmond
WebRender should work a lot better on low powered GPUs than when we first added this block. Differential Revision: https://phabricator.services.mozilla.com/D103169
This commit is contained in:
Родитель
96c2fa531f
Коммит
9956651082
|
@ -1764,13 +1764,14 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
|
|||
|
||||
////////////////////////////////////
|
||||
// FEATURE_WEBRENDER
|
||||
|
||||
#ifndef EARLY_BETA_OR_EARLIER
|
||||
// Block some specific Nvidia cards for being too low-powered.
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(
|
||||
OperatingSystem::Windows, DeviceFamily::NvidiaBlockWebRender,
|
||||
nsIGfxInfo::FEATURE_WEBRENDER, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
||||
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions,
|
||||
"FEATURE_UNQUALIFIED_WEBRENDER_NVIDIA_BLOCKED");
|
||||
#endif
|
||||
|
||||
// Block 8.56.1.15/16
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows, DeviceFamily::AtiAll,
|
||||
|
|
Загрузка…
Ссылка в новой задаче