author | Jan Andre Ikenmeyer <jan@ikenmeyer.eu> |
Thu, 11 Jul 2019 13:34:09 +0000 (2019-07-11) | |
changeset 482452 | 3d07024e39d94ee2a1e52acdb88b6b8ac1bb1a8b |
parent 482451 | 1e6dcacb3ab034b215d25a5cad501e8546e4c4e4 |
child 482453 | fa44f47160b2371069652b9ae763345d811bce32 |
push id | 36282 |
push user | dvarga@mozilla.com |
push date | Fri, 12 Jul 2019 09:56:21 +0000 (2019-07-12) |
treeherder | mozilla-central@cb2d564879e3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | aosmond |
bugs | 1563854 |
milestone | 70.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/widget/GfxInfoX11.cpp +++ b/widget/GfxInfoX11.cpp @@ -319,17 +319,17 @@ const nsTArray<GfxDriverInfo>& GfxInfo:: GfxDriverInfo::allDevices, GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION, DRIVER_LESS_THAN, V(10, 0, 0, 0), "FEATURE_FAILURE_OLD_MESA", "Mesa 10.0"); // NVIDIA baseline (ported from old blocklist) APPEND_TO_DRIVER_BLOCKLIST( OperatingSystem::Linux, (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorNVIDIA), - (nsAString&)GfxDriverInfo::GetDriverVendor(DriverVendorAll), + (nsAString&)GfxDriverInfo::GetDriverVendor(DriverNonMesaAll), GfxDriverInfo::allDevices, GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION, DRIVER_LESS_THAN, V(257, 21, 0, 0), "FEATURE_FAILURE_OLD_NVIDIA", "NVIDIA 257.21"); // fglrx baseline (chosen arbitrarily as 2013-07-22 release). APPEND_TO_DRIVER_BLOCKLIST( OperatingSystem::Linux, (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI),