Bug 623338 - NVIDIA drivers use different internal version numbers on WinXP than they do on newer Windows versions, as a result in today's nightly they were accidentally blacklisted - r+a=trust-me-we-want-this-in

This commit is contained in:
Benoit Jacob 2011-01-30 18:10:44 -05:00
Родитель 587ca24832
Коммит 147961a36e
1 изменённых файлов: 9 добавлений и 1 удалений

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

@ -602,7 +602,15 @@ static const GfxDriverInfo gDriverInfo[] = {
/*
* NVIDIA entries
*/
GfxDriverInfo( DRIVER_OS_ALL,
GfxDriverInfo( DRIVER_OS_WINDOWS_XP,
vendorNVIDIA, GfxDriverInfo::allDevices,
GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
DRIVER_LESS_THAN, V(6,14,12,5721), "257.21" ),
GfxDriverInfo( DRIVER_OS_WINDOWS_VISTA,
vendorNVIDIA, GfxDriverInfo::allDevices,
GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
DRIVER_LESS_THAN, V(8,17,12,5721), "257.21" ),
GfxDriverInfo( DRIVER_OS_WINDOWS_7,
vendorNVIDIA, GfxDriverInfo::allDevices,
GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
DRIVER_LESS_THAN, V(8,17,12,5721), "257.21" ),