mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 783517 - Block all AMD drivers for hardware acceleration on Windows 8 due to mysterious crashes, but leave as-yet unreleased drivers unblocked. r=bjacob
--HG-- extra : rebase_source : a7871f074930ff8e1fcb7f208462a69ebf5dd34b
This commit is contained in:
parent
319b55de0c
commit
4b4f344eb2
@ -757,6 +757,18 @@ GfxInfo::GetGfxDriverInfo()
|
||||
GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
|
||||
DRIVER_LESS_THAN, V(8,741,0,0), "10.6" );
|
||||
|
||||
/*
|
||||
* Bug 783517 - crashes in AMD driver on Windows 8
|
||||
*/
|
||||
APPEND_TO_DRIVER_BLOCKLIST( DRIVER_OS_WINDOWS_8,
|
||||
(nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
|
||||
GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
|
||||
DRIVER_LESS_THAN_OR_EQUAL, V(8,982,0,0), "> 12.8" );
|
||||
APPEND_TO_DRIVER_BLOCKLIST( DRIVER_OS_WINDOWS_8,
|
||||
(nsAString&) GfxDriverInfo::GetDeviceVendor(VendorAMD), GfxDriverInfo::allDevices,
|
||||
GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
|
||||
DRIVER_LESS_THAN_OR_EQUAL, V(8,982,0,0), "> 12.8" );
|
||||
|
||||
/* OpenGL on any ATI/AMD hardware is discouraged
|
||||
* See:
|
||||
* bug 619773 - WebGL: Crash with blue screen : "NMI: Parity Check / Memory Parity Error"
|
||||
|
Loading…
Reference in New Issue
Block a user