wine/ include/d3d8types.h include/d3d8.h inclu ...

Alexandre Julliard julliard at wine.codeweavers.com
Mon Dec 16 19:15:16 CST 2002


ChangeSet ID:	6686
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/12/16 19:15:16

Modified files:
	include        : d3d8types.h d3d8.h Makefile.in 
	dlls/d3d8      : volume.c vertexbuffer.c texture.c swapchain.c 
	                 surface.c indexbuffer.c directx.c device.c 
	                 d3d8_private.h d3d8_main.c cubetexture.c 
	                 basetexture.c Makefile.in 
	dlls           : make_dlls Makefile.in 
	.              : configure.ac configure 
Added files:
	include        : d3dx8core.h 
	dlls/d3dx8     : d3dxbuffer.c d3dx8core_private.h d3dx8_main.c 
	                 d3dx8.spec Makefile.in .cvsignore 
	dlls/d3d8      : shader.c 

Log message:
	Raphael Junqueira <fenix at club-internet.fr>
	- 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)

Patch: http://cvs.winehq.com/patch.py?id=6686

Old revision  New revision  Changes     Path
 1.3           1.4           +77 -0      wine/include/d3d8types.h
 1.2           1.3           +88 -85     wine/include/d3d8.h
 1.72          1.73          +1 -0       wine/include/Makefile.in
 1.1           1.2           +8 -5       wine/dlls/d3d8/cubetexture.c
 1.1           1.2           +4 -3       wine/dlls/d3d8/basetexture.c
 1.4           1.5           +1 -0       wine/dlls/d3d8/Makefile.in
 1.21          1.22          +1 -0       wine/dlls/make_dlls
 1.163         1.164         +14 -1      wine/dlls/Makefile.in
 1.110         1.111         +1 -0       wine/configure.ac
 1.377         1.378         +2 -1       wine/configure
 1.2           1.3           +1 -1       wine/dlls/d3d8/volume.c
 1.1           1.2           +7 -6       wine/dlls/d3d8/vertexbuffer.c
 1.1           1.2           +3 -1       wine/dlls/d3d8/texture.c
 1.1           1.2           +1 -1       wine/dlls/d3d8/swapchain.c
 1.2           1.3           +1 -1       wine/dlls/d3d8/surface.c
 1.1           1.2           +4 -3       wine/dlls/d3d8/indexbuffer.c
 1.6           1.7           +1 -1       wine/dlls/d3d8/directx.c
 1.13          1.14          +225 -51    wine/dlls/d3d8/device.c
 1.6           1.7           +273 -212   wine/dlls/d3d8/d3d8_private.h
 1.5           1.6           +1 -12      wine/dlls/d3d8/d3d8_main.c
 Added         1.1           +0 -0       wine/include/d3dx8core.h
 Added         1.1           +0 -0       wine/dlls/d3dx8/d3dxbuffer.c
 Added         1.1           +0 -0       wine/dlls/d3dx8/d3dx8core_private.h
 Added         1.1           +0 -0       wine/dlls/d3dx8/d3dx8_main.c
 Added         1.1           +0 -0       wine/dlls/d3dx8/d3dx8.spec
 Added         1.1           +0 -0       wine/dlls/d3dx8/Makefile.in
 Added         1.1           +0 -0       wine/dlls/d3dx8/.cvsignore
 Added         1.1           +0 -0       wine/dlls/d3d8/shader.c




More information about the wine-cvs mailing list