- some D3D8 fixes
commite31ae92630cbe50ab01006f52aa0ee0aa3b4a469
authorRaphael Junqueira <fenix@club-internet.fr>
Tue, 17 Dec 2002 01:15:15 +0000 (17 01:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Dec 2002 01:15:15 +0000 (17 01:15 +0000)
tree904de9e43c9fb71c55d5a5b9de18c67534960afb
parent0df7b24b32c0a9b803c2a1d3b27121c31618d20e
- some D3D8 fixes
- beginning of shaders support (Vertex and Pixel Shaders 1.1 on
  DirectX8)
- beginning of D3DX8 support the D3D8 utility API (very basic, only
  the core header)
28 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/d3d8/Makefile.in
dlls/d3d8/basetexture.c
dlls/d3d8/cubetexture.c
dlls/d3d8/d3d8_main.c
dlls/d3d8/d3d8_private.h
dlls/d3d8/device.c
dlls/d3d8/directx.c
dlls/d3d8/indexbuffer.c
dlls/d3d8/shader.c [new file with mode: 0644]
dlls/d3d8/surface.c
dlls/d3d8/swapchain.c
dlls/d3d8/texture.c
dlls/d3d8/vertexbuffer.c
dlls/d3d8/volume.c
dlls/d3dx8/.cvsignore [new file with mode: 0644]
dlls/d3dx8/Makefile.in [copied from dlls/d3d8/Makefile.in with 54% similarity]
dlls/d3dx8/d3dx8.spec [new file with mode: 0644]
dlls/d3dx8/d3dx8_main.c [new file with mode: 0644]
dlls/d3dx8/d3dx8core_private.h [new file with mode: 0644]
dlls/d3dx8/d3dxbuffer.c [new file with mode: 0644]
dlls/make_dlls
include/Makefile.in
include/d3d8.h
include/d3d8types.h
include/d3dx8core.h [new file with mode: 0644]