ChangeSet ID: 14157 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/13 19:32:04
Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h device.c Makefile.in dlls/d3d9 : vshaderdeclaration.c volumetexture.c volume.c vertexshader.c vertexdeclaration.c vertexbuffer.c texture.c swapchain.c surface.c stateblock.c resource.c query.c pixelshader.c indexbuffer.c directx.c device.c d3d9_private.h cubetexture.c basetexture.c Added files: dlls/wined3d : vertexbuffer.c resource.c
Log message: Jason Edmeades us@the-edmeades.demon.co.uk - Add support (as far as was previously) for the VertexBuffer and Resource classes in wined3d and use when called from d3d9. - Reduce the header includes in all the d3d9 interface to one common set in the private header.
Patch: http://cvs.winehq.org/patch.py?id=14157
Old revision New revision Changes Path 1.10 1.11 +91 -3 wine/include/wine/wined3d_interface.h 1.8 1.9 +41 -0 wine/dlls/wined3d/wined3d_private.h 1.1 1.2 +26 -2 wine/dlls/wined3d/device.c 1.5 1.6 +2 -0 wine/dlls/wined3d/Makefile.in 1.4 1.5 +0 -10 wine/dlls/d3d9/vshaderdeclaration.c 1.5 1.6 +0 -11 wine/dlls/d3d9/volumetexture.c 1.6 1.7 +0 -13 wine/dlls/d3d9/volume.c 1.5 1.6 +0 -11 wine/dlls/d3d9/vertexshader.c 1.5 1.6 +0 -12 wine/dlls/d3d9/vertexdeclaration.c 1.5 1.6 +18 -47 wine/dlls/d3d9/vertexbuffer.c 1.6 1.7 +0 -11 wine/dlls/d3d9/texture.c 1.5 1.6 +0 -11 wine/dlls/d3d9/swapchain.c 1.6 1.7 +0 -14 wine/dlls/d3d9/surface.c 1.5 1.6 +0 -12 wine/dlls/d3d9/stateblock.c 1.5 1.6 +14 -29 wine/dlls/d3d9/resource.c 1.5 1.6 +0 -12 wine/dlls/d3d9/query.c 1.5 1.6 +0 -11 wine/dlls/d3d9/pixelshader.c 1.5 1.6 +0 -11 wine/dlls/d3d9/indexbuffer.c 1.12 1.13 +0 -12 wine/dlls/d3d9/directx.c 1.7 1.8 +0 -12 wine/dlls/d3d9/device.c 1.6 1.7 +6 -8 wine/dlls/d3d9/d3d9_private.h 1.6 1.7 +0 -11 wine/dlls/d3d9/cubetexture.c 1.5 1.6 +0 -11 wine/dlls/d3d9/basetexture.c Added 1.1 +0 -0 wine/dlls/wined3d/vertexbuffer.c Added 1.1 +0 -0 wine/dlls/wined3d/resource.c