ChangeSet ID: 18246 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/17 04:59:03
Modified files: include/wine : wined3d_types.h wined3d_interface.h dlls/wined3d : device.c dlls/d3d9 : directx.c device.c d3d9_private.h dlls/d3d8 : directx.c d3d8_private.h
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Change the way caps are sent between d3d9/d3d8 and wined3d to make it easier for wined3d to support additional versions of Direct3D.
Patch: http://cvs.winehq.org/patch.py?id=18246
Old revision New revision Changes Path 1.2 1.3 +113 -0 wine/include/wine/wined3d_types.h 1.32 1.33 +0 -4 wine/include/wine/wined3d_interface.h 1.31 1.32 +2 -3 wine/dlls/wined3d/device.c 1.20 1.21 +18 -1 wine/dlls/d3d9/directx.c 1.24 1.25 +17 -1 wine/dlls/d3d9/device.c 1.16 1.17 +82 -0 wine/dlls/d3d9/d3d9_private.h 1.88 1.89 +17 -1 wine/dlls/d3d8/directx.c 1.63 1.64 +59 -0 wine/dlls/d3d8/d3d8_private.h