From 482fbe91e2860c2d3ca5062f30949af9ab72b142 Mon Sep 17 00:00:00 2001 From: Paul Andrew Panon Date: Fri, 5 Mar 2010 02:30:04 -0800 Subject: [PATCH] wined3d: Update to add Mesa ATI card detection code. --- dlls/wined3d/directx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index b3f0c203b51..abed2b6ee69 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -1160,6 +1160,7 @@ static enum wined3d_pci_vendor wined3d_guess_card_vendor(const char *gl_vendor_s if (strstr(gl_vendor_string, "ATI") || strstr(gl_vendor_string, "Advanced Micro Devices, Inc.") + || strstr(gl_vendor_string, "X.Org R300 Project") || strstr(gl_vendor_string, "DRI R300 Project")) return HW_VENDOR_ATI;