wined3d: Recognize "Brian Paul" as a mesa card vendor.

This commit is contained in:
Austin English 2011-10-12 19:23:46 -05:00 committed by Alexandre Julliard
parent 3f1b41ebb2
commit aacbc7e2b7
1 changed files with 1 additions and 0 deletions

View File

@ -1471,6 +1471,7 @@ static enum wined3d_pci_vendor wined3d_guess_card_vendor(const char *gl_vendor_s
return HW_VENDOR_INTEL;
if (strstr(gl_vendor_string, "Mesa")
|| strstr(gl_vendor_string, "Brian Paul")
|| strstr(gl_vendor_string, "Tungsten Graphics, Inc")
|| strstr(gl_vendor_string, "VMware, Inc."))
return HW_VENDOR_SOFTWARE;