ChangeSet ID: 5563 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/09/27 17:46:17
Modified files: dlls : Makefile.in dlls/d3d8 : Makefile.in d3d8.spec d3d8_main.c Added files: dlls/d3d8 : basetexture.c cubetexture.c d3d8_private.h device.c directx.c indexbuffer.c resource.c surface.c swapchain.c texture.c vertexbuffer.c volume.c volumetexture.c
Log message: Jason Edmeades us@the-edmeades.demon.co.uk Initial D3D8 implementation.
Patch: http://cvs.winehq.com/patch.py?id=5563
Old revision New revision Changes Path 1.150 1.151 +1 -1 wine/dlls/Makefile.in 1.1 1.2 +15 -1 wine/dlls/d3d8/Makefile.in 1.1 1.2 +2 -0 wine/dlls/d3d8/d3d8.spec 1.1 1.2 +34 -2 wine/dlls/d3d8/d3d8_main.c Added 1.1 +0 -0 wine/dlls/d3d8/basetexture.c Added 1.1 +0 -0 wine/dlls/d3d8/cubetexture.c Added 1.1 +0 -0 wine/dlls/d3d8/d3d8_private.h Added 1.1 +0 -0 wine/dlls/d3d8/device.c Added 1.1 +0 -0 wine/dlls/d3d8/directx.c Added 1.1 +0 -0 wine/dlls/d3d8/indexbuffer.c Added 1.1 +0 -0 wine/dlls/d3d8/resource.c Added 1.1 +0 -0 wine/dlls/d3d8/surface.c Added 1.1 +0 -0 wine/dlls/d3d8/swapchain.c Added 1.1 +0 -0 wine/dlls/d3d8/texture.c Added 1.1 +0 -0 wine/dlls/d3d8/vertexbuffer.c Added 1.1 +0 -0 wine/dlls/d3d8/volume.c Added 1.1 +0 -0 wine/dlls/d3d8/volumetexture.c