ChangeSet ID: 14110 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/08 15:52:33
Modified files: include/wine : wined3d_interface.h include : d3d9types.h dlls/wined3d : wined3d_private.h directx.c dlls/d3d9 : directx.c device.c dlls/d3d8 : directx.c device.c d3d8_private.h
Log message: Jason Edmeades us@the-edmeades.demon.co.uk Copy and tidy up the code from dx8 create device into wined3d. Call from wined3d and d3d8, but short term only use the code for real from d3d9.
Patch: http://cvs.winehq.org/patch.py?id=14110
Old revision New revision Changes Path 1.9 1.10 +17 -17 wine/include/wine/wined3d_interface.h 1.4 1.5 +2 -1 wine/include/d3d9types.h 1.7 1.8 +35 -3 wine/dlls/wined3d/wined3d_private.h 1.7 1.8 +263 -3 wine/dlls/wined3d/directx.c 1.11 1.12 +15 -6 wine/dlls/d3d9/directx.c 1.6 1.7 +1 -0 wine/dlls/d3d9/device.c 1.80 1.81 +18 -0 wine/dlls/d3d8/directx.c 1.116 1.117 +4 -2 wine/dlls/d3d8/device.c 1.57 1.58 +1 -0 wine/dlls/d3d8/d3d8_private.h