Commit 9f3c9097 authored by Luca Bennati's avatar Luca Bennati Committed by Alexandre Julliard

wined3d: Add newer ATI/AMD cards vendor recognition.

parent ad2fdafe
......@@ -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."))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment