Roderick Colenbrander : wined3d: Add AMD NT6x drivers.

Alexandre Julliard julliard at winehq.org
Thu Sep 9 13:56:50 CDT 2010


Module: wine
Branch: master
Commit: d79bbdca514f335eae7a1533deb60f4466a812ff
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d79bbdca514f335eae7a1533deb60f4466a812ff

Author: Roderick Colenbrander <thunderbird2k at gmail.com>
Date:   Thu Sep  9 04:26:21 2010 +0200

wined3d: Add AMD NT6x drivers.

---

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

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 0b83ff6..c127571 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -996,6 +996,8 @@ static const struct driver_version_information driver_version_table[] =
      * - Radeon 9500 (R300) - X1*00 (R5xx) supported upto Catalyst 9.3 (Linux) and 10.2 (XP/Vista/Win7) */
     {DRIVER_ATI_R300,           DRIVER_MODEL_NT5X,  "ati2dvag.dll", 14, 10, 6764},
     {DRIVER_ATI_R600,           DRIVER_MODEL_NT5X,  "ati2dvag.dll", 14, 10, 8681},
+    {DRIVER_ATI_R300,           DRIVER_MODEL_NT6X,  "atiumdag.dll", 14, 10, 741 },
+    {DRIVER_ATI_R600,           DRIVER_MODEL_NT6X,  "atiumdag.dll", 14, 10, 741 },
 
     /* Nvidia
      * - Geforce6 and newer cards are supported by the current driver (197.x) on XP-Win7




More information about the wine-cvs mailing list