[PATCH 2/4] wined3d: add more Nvidia driver versions

Roderick Colenbrander thunderbird2k at gmail.com
Sat Jul 31 22:37:23 CDT 2010


---
 dlls/wined3d/directx.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 1c393bb..9cf2715 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -1009,6 +1009,9 @@ static const struct driver_version_information driver_version_table[] =
      * - Geforce2MX/3/4 up to 96.x on <= XP
      * - TNT/Geforce1/2 up to 71.x on <= XP
      * All version numbers used below are from the Linux nvidia drivers. */
+    {HW_VENDOR_NVIDIA,   4, 0,  DRIVER_NVIDIA_TNT,          "nvdisp.drv",   4,  14, 10, 7184},
+    {HW_VENDOR_NVIDIA,   4, 0,  DRIVER_NVIDIA_GEFORCE2MX,   "nvdisp.drv",   4,  14, 10, 8198},
+    {HW_VENDOR_NVIDIA,   4, 0,  DRIVER_NVIDIA_GEFORCEFX,    "nvdisp.drv",   4,  14, 10, 8198},
     {HW_VENDOR_NVIDIA,   5, 0,  DRIVER_NVIDIA_TNT,          "nv4_disp.dll", 6,  14, 10, 7186},
     {HW_VENDOR_NVIDIA,   5, 0,  DRIVER_NVIDIA_GEFORCE2MX,   "nv4_disp.dll", 6,  14, 10, 9371},
     {HW_VENDOR_NVIDIA,   5, 0,  DRIVER_NVIDIA_GEFORCEFX,    "nv4_disp.dll", 6,  14, 11, 7516},
@@ -1016,7 +1019,9 @@ static const struct driver_version_information driver_version_table[] =
     {HW_VENDOR_NVIDIA,   5, 1,  DRIVER_NVIDIA_TNT,          "nv4_disp.dll", 6,  14, 10, 7186},
     {HW_VENDOR_NVIDIA,   5, 1,  DRIVER_NVIDIA_GEFORCE2MX,   "nv4_disp.dll", 6,  14, 10, 9371},
     {HW_VENDOR_NVIDIA,   5, 1,  DRIVER_NVIDIA_GEFORCEFX,    "nv4_disp.dll", 6,  14, 11, 7516},
-    {HW_VENDOR_NVIDIA,   5, 1,  DRIVER_NVIDIA_GEFORCE6,     "nv4_disp.dll", 6,  15, 11, 9745}
+    {HW_VENDOR_NVIDIA,   5, 1,  DRIVER_NVIDIA_GEFORCE6,     "nv4_disp.dll", 6,  15, 11, 9745},
+    {HW_VENDOR_NVIDIA,   6, 0,  DRIVER_NVIDIA_GEFORCE6,     "nvd3dum.dll",  7,  15, 11, 9745},
+    {HW_VENDOR_NVIDIA,   6, 1,  DRIVER_NVIDIA_GEFORCE6,     "nvd3dum.dll",  8,  15, 11, 9745}
 };
 
 struct gpu_description
-- 
1.7.0.4




More information about the wine-patches mailing list