- some cleanups and fixes on d3d8 and d3d9 headers
commita3dbd7e2c720682b4388bf83cd5918b39e39627b
authorRaphael Junqueira <fenix@club-internet.fr>
Tue, 1 Jul 2003 01:09:17 +0000 (1 01:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Jul 2003 01:09:17 +0000 (1 01:09 +0000)
tree63aa0a8ccbb179c51e27812684407695597cfa35
parente460cfee52139e5e1e7c58d2f67f483357660427
- some cleanups and fixes on d3d8 and d3d9 headers
- a lot of stubs for d3d9.dll
27 files changed:
dlls/d3d9/.cvsignore [new file with mode: 0644]
dlls/d3d9/Makefile.in [new file with mode: 0644]
dlls/d3d9/basetexture.c [new file with mode: 0644]
dlls/d3d9/cubetexture.c [new file with mode: 0644]
dlls/d3d9/d3d9.spec [new file with mode: 0644]
dlls/d3d9/d3d9_main.c [new file with mode: 0644]
dlls/d3d9/d3d9_private.h [new file with mode: 0644]
dlls/d3d9/device.c [new file with mode: 0644]
dlls/d3d9/directx.c [new file with mode: 0644]
dlls/d3d9/indexbuffer.c [new file with mode: 0644]
dlls/d3d9/pixelshader.c [new file with mode: 0644]
dlls/d3d9/query.c [new file with mode: 0644]
dlls/d3d9/resource.c [new file with mode: 0644]
dlls/d3d9/stateblock.c [new file with mode: 0644]
dlls/d3d9/surface.c [new file with mode: 0644]
dlls/d3d9/swapchain.c [new file with mode: 0644]
dlls/d3d9/texture.c [new file with mode: 0644]
dlls/d3d9/version.rc [new file with mode: 0644]
dlls/d3d9/vertexbuffer.c [new file with mode: 0644]
dlls/d3d9/vertexdeclaration.c [new file with mode: 0644]
dlls/d3d9/vertexshader.c [new file with mode: 0644]
dlls/d3d9/volume.c [new file with mode: 0644]
dlls/d3d9/volumetexture.c [new file with mode: 0644]
dlls/d3d9/vshaderdeclaration.c [new file with mode: 0644]
include/d3d8.h
include/d3d9.h
include/d3d9types.h