mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 1667490 - Remove not recent win10 directcomposite blocking. r=aosmond
We haven't seen any problems on older win10 Differential Revision: https://phabricator.services.mozilla.com/D91484
This commit is contained in:
parent
abfd030f16
commit
82d85111c2
@ -1853,13 +1853,6 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
|
||||
nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
||||
DRIVER_LESS_THAN_OR_EQUAL, V(8, 17, 10, 1129),
|
||||
"FEATURE_FAILURE_CHROME_BUG_800950");
|
||||
|
||||
// Block all non-recent Win10
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(
|
||||
OperatingSystem::NotRecentWindows10, DeviceFamily::All,
|
||||
nsIGfxInfo::FEATURE_WEBRENDER_COMPOSITOR,
|
||||
nsIGfxInfo::FEATURE_BLOCKED_OS_VERSION, DRIVER_COMPARISON_IGNORED,
|
||||
V(0, 0, 0, 0), "FEATURE_FAILURE_NOT_RECENT_WIN10");
|
||||
#endif
|
||||
|
||||
// WebRender is unable to use scissored clears in some cases
|
||||
|
Loading…
Reference in New Issue
Block a user