[PATCH 3/4] wined3d: add more ATI driver versions

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


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

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 9cf2715..f4676be 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -1002,6 +1002,10 @@ static const struct driver_version_information driver_version_table[] =
     {HW_VENDOR_ATI,     5,  0,  DRIVER_ATI_R600,            "ati2dvag.dll", 6,  14, 10, 8681},
     {HW_VENDOR_ATI,     5,  1,  DRIVER_ATI_R300,            "ati2dvag.dll", 6,  14, 10, 6764},
     {HW_VENDOR_ATI,     5,  1,  DRIVER_ATI_R600,            "ati2dvag.dll", 6,  14, 10, 8681},
+    {HW_VENDOR_ATI,     6,  0,  DRIVER_ATI_R300,            "atiumdag.dll", 7,  14, 10, 741 },
+    {HW_VENDOR_ATI,     6,  0,  DRIVER_ATI_R600,            "atiumdag.dll", 7,  14, 10, 741 },
+    {HW_VENDOR_ATI,     6,  1,  DRIVER_ATI_R300,            "atiumdag.dll", 8,  14, 10, 741 },
+    {HW_VENDOR_ATI,     6,  1,  DRIVER_ATI_R600,            "atiumdag.dll", 8,  14, 10, 741 },
 
     /* Nvidia
      * - Geforce6 and newer cards are supported by the current driver (197.x) on XP-Win7
-- 
1.7.0.4




More information about the wine-patches mailing list