mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1336710 - Add blacklist from using ANGLE for particular Intel GFX under Windows XP. r=pchang
--HG-- extra : rebase_source : b9c7b360d54da758694ff225d80c21fad905441a extra : amend_source : ff6c604046827e11b15545e0dade0e0832862de2
This commit is contained in:
parent
a9a70d9396
commit
a119b31038
@ -1177,6 +1177,17 @@ GfxInfo::GetGfxDriverInfo()
|
||||
nsIGfxInfo::FEATURE_DIRECT3D_11_ANGLE, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
||||
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions, "FEATURE_FAILURE_BUG_1153381");
|
||||
|
||||
/* Bug 1336710: Crash in rx::Blit9::initialize. */
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::WindowsXP,
|
||||
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorIntel), (GfxDeviceFamily*)GfxDriverInfo::GetDeviceFamily(IntelGMAX4500HD),
|
||||
nsIGfxInfo::FEATURE_WEBGL_ANGLE, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
||||
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions, "FEATURE_FAILURE_BUG_1336710");
|
||||
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::WindowsXP,
|
||||
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorIntel), (GfxDeviceFamily*)GfxDriverInfo::GetDeviceFamily(IntelHDGraphicsToSandyBridge),
|
||||
nsIGfxInfo::FEATURE_WEBGL_ANGLE, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
||||
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions, "FEATURE_FAILURE_BUG_1336710");
|
||||
|
||||
/* Bug 1304360: Graphical artifacts with D3D9 on Windows 7. */
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows7,
|
||||
(nsAString&) GfxDriverInfo::GetDeviceVendor(VendorIntel), (GfxDeviceFamily*)GfxDriverInfo::GetDeviceFamily(IntelGMAX3000),
|
||||
|
Loading…
Reference in New Issue
Block a user