зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1144257 - Blacklist DXVA for one NVIDIA driver that was causing crashes. r=ajones
--HG-- extra : rebase_source : df4e448320c4d041ccf3ff900c790d31a6e3694d
This commit is contained in:
Родитель
7078be3faa
Коммит
25cd9bd459
|
@ -218,6 +218,9 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id)
|
|||
case Nvidia310M:
|
||||
APPEND_DEVICE(0x0A70);
|
||||
break;
|
||||
case Nvidia8800GTS:
|
||||
APPEND_DEVICE(0x0193);
|
||||
break;
|
||||
case Bug1137716:
|
||||
APPEND_DEVICE(0x0a29);
|
||||
APPEND_DEVICE(0x0a2b);
|
||||
|
|
|
@ -85,6 +85,7 @@ enum DeviceFamily {
|
|||
RadeonX1000,
|
||||
Geforce7300GT,
|
||||
Nvidia310M,
|
||||
Nvidia8800GTS,
|
||||
AMDRadeonHD5800,
|
||||
Bug1137716,
|
||||
Bug1116812,
|
||||
|
|
|
@ -1107,6 +1107,11 @@ GfxInfo::GetGfxDriverInfo()
|
|||
nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
|
||||
DRIVER_LESS_THAN, V(8,15,10,2622));
|
||||
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(DRIVER_OS_ALL,
|
||||
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorNVIDIA), (GfxDeviceFamily*)GfxDriverInfo::GetDeviceFamily(Nvidia8800GTS),
|
||||
nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
|
||||
DRIVER_EQUAL, V(9,18,13,4052));
|
||||
|
||||
/* Bug 1137716: XXX this should really check for the matching Intel piece as well.
|
||||
* Unfortunately, we don't have the infrastructure to do that */
|
||||
APPEND_TO_DRIVER_BLOCKLIST_RANGE_GPU2(DRIVER_OS_WINDOWS_7,
|
||||
|
|
Загрузка…
Ссылка в новой задаче