ChangeSet ID: 19740 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/23 04:34:58
Modified files: include/wine : wined3d_types.h dlls/d3d9 : volumetexture.c volume.c vertexshader.c vertexbuffer.c texture.c swapchain.c surface.c stateblock.c pixelshader.c indexbuffer.c directx.c device.c d3d9_private.h d3d9_main.c d3d9.spec cubetexture.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Tidy up d3d9 and finalize passing d3d9 calls to wined3d for now.
Patch: http://cvs.winehq.org/patch.py?id=19740
Old revision New revision Changes Path 1.7 1.8 +2 -2 wine/include/wine/wined3d_types.h 1.14 1.15 +5 -1 wine/dlls/d3d9/volumetexture.c 1.14 1.15 +3 -1 wine/dlls/d3d9/volume.c 1.11 1.12 +2 -2 wine/dlls/d3d9/vertexshader.c 1.12 1.13 +3 -0 wine/dlls/d3d9/vertexbuffer.c 1.17 1.18 +4 -1 wine/dlls/d3d9/texture.c 1.9 1.10 +4 -3 wine/dlls/d3d9/swapchain.c 1.17 1.18 +4 -1 wine/dlls/d3d9/surface.c 1.11 1.12 +2 -2 wine/dlls/d3d9/stateblock.c 1.11 1.12 +12 -8 wine/dlls/d3d9/pixelshader.c 1.11 1.12 +3 -0 wine/dlls/d3d9/indexbuffer.c 1.22 1.23 +6 -4 wine/dlls/d3d9/directx.c 1.30 1.31 +5 -3 wine/dlls/d3d9/device.c 1.22 1.23 +35 -422 wine/dlls/d3d9/d3d9_private.h 1.7 1.8 +7 -6 wine/dlls/d3d9/d3d9_main.c 1.1 1.2 +2 -2 wine/dlls/d3d9/d3d9.spec 1.15 1.16 +3 -0 wine/dlls/d3d9/cubetexture.c