Author: khornicek
Date: Thu Oct 13 19:57:31 2011
New Revision: 54117
URL:
http://svn.reactos.org/svn/reactos?rev=54117&view=rev
Log:
[WINED3D]
Finally recognize Mesa's GDI driver as HW_VENDOR_SOFTWARE. This commit was blessed by
the Wine team.
Modified:
trunk/reactos/dll/directx/wine/wined3d/directx.c
Modified: trunk/reactos/dll/directx/wine/wined3d/directx.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/wine/wined3d/d…
==============================================================================
--- trunk/reactos/dll/directx/wine/wined3d/directx.c [iso-8859-1] (original)
+++ trunk/reactos/dll/directx/wine/wined3d/directx.c [iso-8859-1] Thu Oct 13 19:57:31
2011
@@ -1388,6 +1388,7 @@
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;