[ros-diffs] [khornicek] 54117: [WINED3D] Finally recognize Mesa's GDI driver as HW_VENDOR_SOFTWARE. This commit was blessed by the Wine team.

khornicek at svn.reactos.org khornicek at svn.reactos.org
Thu Oct 13 19:57:31 UTC 2011


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/directx.c?rev=54117&r1=54116&r2=54117&view=diff
==============================================================================
--- 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;




More information about the Ros-diffs mailing list