Bug 1433790: Disable Direct2D on drivers/devices where OMTP causes crashes. r=milan

MozReview-Commit-ID: FmUh2zSnSdd
This commit is contained in:
Bas Schouten 2018-02-01 19:02:11 +01:00
Родитель 6d4bff6f65
Коммит 103c64cfd4
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1206,6 +1206,14 @@ GfxInfo::GetGfxDriverInfo()
nsIGfxInfo::FEATURE_DIRECT2D, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
DRIVER_LESS_THAN_OR_EQUAL, V(8,15,10,2302), "FEATURE_FAILURE_BUG_804144" );
/* Disable D2D on Win7 on Intel HD Graphics on driver == 8.15.10.2418
* See bug 1433790
*/
APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows7,
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorIntel), (GfxDeviceFamily*)GfxDriverInfo::GetDeviceFamily(IntelHDGraphicsToSandyBridge),
nsIGfxInfo::FEATURE_DIRECT2D, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
DRIVER_EQUAL, V(8, 15, 10, 2418), "FEATURE_FAILURE_BUG_1433790");
/* Disable D3D11 layers on Intel G41 express graphics and Intel GM965, Intel X3100, for causing device resets.
* See bug 1116812.
*/