Stefan Dösinger : wined3d: Add some ATI cards to the version database.

Alexandre Julliard julliard at winehq.org
Thu Feb 7 07:59:37 CST 2008


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Wed Feb  6 16:10:48 2008 +0100

wined3d: Add some ATI cards to the version database.

---

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

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index bce51b3..3c9ea69 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -2903,7 +2903,15 @@ static const struct driver_version_information driver_version_table[] = {
     {VENDOR_NVIDIA,     CARD_NVIDIA_GEFORCE_8600MGT,    7,  15, 10, 16921   },
     {VENDOR_NVIDIA,     CARD_NVIDIA_GEFORCE_8800GTS,    7,  15, 10, 16921   },
 
-    /* TODO: Add information about legacy nvidia hardware, ATI, Intel and other cards */
+    /* ATI cards. The driver versions are somewhat similar, but not quite the same. Let's hardcode */
+    {VENDOR_ATI,        CARD_ATI_RADEON_9500,           6,  14, 10, 6764    },
+    {VENDOR_ATI,        CARD_ATI_RADEON_X700,           6,  14, 10, 6764    },
+    {VENDOR_ATI,        CARD_ATI_RADEON_X1600,          6,  14, 10, 6764    },
+    {VENDOR_ATI,        CARD_ATI_RADEON_HD2300,         6,  14, 10, 6764    },
+    {VENDOR_ATI,        CARD_ATI_RADEON_HD2600,         6,  14, 10, 6764    },
+    {VENDOR_ATI,        CARD_ATI_RADEON_HD2900,         6,  14, 10, 6764    },
+
+    /* TODO: Add information about legacy nvidia and ATI hardware, Intel and other cards */
 };
 
 static void fixup_extensions(WineD3D_GL_Info *gl_info) {




More information about the wine-cvs mailing list