зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1245756. Remove blacklisting for HD5800. r=mattwoodrow
This was before we had the AMD specific checks to block DXVA for higher resolutions/frame rates.
This commit is contained in:
Родитель
3d15a7f63b
Коммит
f9a3f41d46
|
@ -275,9 +275,6 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id)
|
||||||
APPEND_DEVICE(0xa011);
|
APPEND_DEVICE(0xa011);
|
||||||
APPEND_DEVICE(0xa012);
|
APPEND_DEVICE(0xa012);
|
||||||
break;
|
break;
|
||||||
case AMDRadeonHD5800:
|
|
||||||
APPEND_DEVICE(0x6899);
|
|
||||||
break;
|
|
||||||
// This should never happen, but we get a warning if we don't handle this.
|
// This should never happen, but we get a warning if we don't handle this.
|
||||||
case DeviceFamilyMax:
|
case DeviceFamilyMax:
|
||||||
NS_WARNING("Invalid DeviceFamily id");
|
NS_WARNING("Invalid DeviceFamily id");
|
||||||
|
|
|
@ -88,7 +88,6 @@ enum DeviceFamily {
|
||||||
Geforce7300GT,
|
Geforce7300GT,
|
||||||
Nvidia310M,
|
Nvidia310M,
|
||||||
Nvidia8800GTS,
|
Nvidia8800GTS,
|
||||||
AMDRadeonHD5800,
|
|
||||||
Bug1137716,
|
Bug1137716,
|
||||||
Bug1116812,
|
Bug1116812,
|
||||||
Bug1155608,
|
Bug1155608,
|
||||||
|
|
|
@ -1078,12 +1078,6 @@ GfxInfo::GetGfxDriverInfo()
|
||||||
nsIGfxInfo::FEATURE_DIRECT2D, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
nsIGfxInfo::FEATURE_DIRECT2D, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
||||||
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions, "FEATURE_FAILURE_BUG_1008759");
|
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions, "FEATURE_FAILURE_BUG_1008759");
|
||||||
|
|
||||||
/* Bug 1151721: Black video on youtube, block DXVA for all older intel cards. */
|
|
||||||
APPEND_TO_DRIVER_BLOCKLIST2(DRIVER_OS_ALL,
|
|
||||||
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), (GfxDeviceFamily*)GfxDriverInfo::GetDeviceFamily(AMDRadeonHD5800),
|
|
||||||
nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
|
|
||||||
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions, "FEATURE_FAILURE_BUG_1151721");
|
|
||||||
|
|
||||||
/* Bug 1139503: DXVA crashes with ATI cards on windows 10. */
|
/* Bug 1139503: DXVA crashes with ATI cards on windows 10. */
|
||||||
APPEND_TO_DRIVER_BLOCKLIST2(DRIVER_OS_WINDOWS_10,
|
APPEND_TO_DRIVER_BLOCKLIST2(DRIVER_OS_WINDOWS_10,
|
||||||
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
|
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче