wined3d: Update to add Mesa ATI card detection code.

This commit is contained in:
Paul Andrew Panon 2010-03-05 02:30:04 -08:00 committed by Alexandre Julliard
parent fc47c7d1d7
commit 482fbe91e2
1 changed files with 1 additions and 0 deletions

View File

@ -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;