wined3d: Add newer ATI/AMD cards vendor recognition.

This commit is contained in:
Luca Bennati 2010-01-30 18:10:59 +01:00 committed by Alexandre Julliard
parent ad2fdafee9
commit 9f3c90973f
1 changed files with 1 additions and 0 deletions

View File

@ -1129,6 +1129,7 @@ static enum wined3d_pci_vendor wined3d_guess_vendor(const char *gl_vendor, const
return VENDOR_INTEL;
if (strstr(gl_vendor, "Mesa")
|| strstr(gl_vendor, "Advanced Micro Devices, Inc.")
|| strstr(gl_vendor, "DRI R300 Project")
|| strstr(gl_vendor, "Tungsten Graphics, Inc")
|| strstr(gl_vendor, "VMware, Inc."))