Module: wine Branch: master Commit: 482fbe91e2860c2d3ca5062f30949af9ab72b142 URL: http://source.winehq.org/git/wine.git/?a=commit;h=482fbe91e2860c2d3ca5062f30...
Author: Paul Andrew Panon ppanon@shaw.ca Date: Fri Mar 5 02:30:04 2010 -0800
wined3d: Update to add Mesa ATI card detection code.
---
dlls/wined3d/directx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index b3f0c20..abed2b6 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;