mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WINED3D]
Finally recognize Mesa's GDI driver as HW_VENDOR_SOFTWARE. This commit was blessed by the Wine team. svn path=/trunk/; revision=54117
This commit is contained in:
@@ -1388,6 +1388,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;
|
||||
|
||||
Reference in New Issue
Block a user