Initial D3D8 implementation.
commit26258ce06a452c72598e2638662f2482683ef4da
authorJason Edmeades <us@the-edmeades.demon.co.uk>
Fri, 27 Sep 2002 22:46:16 +0000 (27 22:46 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Sep 2002 22:46:16 +0000 (27 22:46 +0000)
treee920f7264fc85c4b31305681a759493fed522319
parent4f10164f07233dc51fef74f03252ce7bebf8fb37
Initial D3D8 implementation.
17 files changed:
dlls/Makefile.in
dlls/d3d8/Makefile.in
dlls/d3d8/basetexture.c [new file with mode: 0644]
dlls/d3d8/cubetexture.c [new file with mode: 0644]
dlls/d3d8/d3d8.spec
dlls/d3d8/d3d8_main.c
dlls/d3d8/d3d8_private.h [new file with mode: 0644]
dlls/d3d8/device.c [new file with mode: 0644]
dlls/d3d8/directx.c [new file with mode: 0644]
dlls/d3d8/indexbuffer.c [new file with mode: 0644]
dlls/d3d8/resource.c [new file with mode: 0644]
dlls/d3d8/surface.c [new file with mode: 0644]
dlls/d3d8/swapchain.c [new file with mode: 0644]
dlls/d3d8/texture.c [new file with mode: 0644]
dlls/d3d8/vertexbuffer.c [new file with mode: 0644]
dlls/d3d8/volume.c [new file with mode: 0644]
dlls/d3d8/volumetexture.c [new file with mode: 0644]