зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1680161. Disable WebRender on gen6 on win7. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D98410
This commit is contained in:
Родитель
c1ba5c5eab
Коммит
a69ac134ef
|
@ -1761,6 +1761,15 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
|
|||
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions,
|
||||
"FEATURE_UNQUALIFIED_WEBRENDER_NVIDIA_BLOCKED");
|
||||
|
||||
#ifndef EARLY_BETA_OR_EARLIER
|
||||
// Bug 1680063
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(
|
||||
OperatingSystem::Windows7, DeviceFamily::IntelSandybridge,
|
||||
nsIGfxInfo::FEATURE_WEBRENDER, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
||||
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions,
|
||||
"SLOW_GEN6_ON_WIN7_BUG_1680063");
|
||||
#endif
|
||||
|
||||
// Block 8.56.1.15/16
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(
|
||||
OperatingSystem::Windows, DeviceFamily::AtiAll,
|
||||
|
|
Загрузка…
Ссылка в новой задаче