wine/ include/wine/wined3d_interface.h dlls/wi ...

Alexandre Julliard julliard at winehq.org
Wed Mar 2 06:16:12 CST 2005


ChangeSet ID:	16392
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/02 06:16:12

Modified files:
	include/wine   : wined3d_interface.h 
	dlls/wined3d   : wined3d_private.h vertexshader.c surface.c 
	                 device.c 
	dlls/d3d9      : vertexdeclaration.c surface.c device.c 
	                 d3d9_private.h 

Log message:
	Oliver Stieber <oliver_stieber at yahoo.co.uk>
	Put all the stubs in wined3d in place, with some functionality copied
	across from d3d9.
	Make sure all d3d9 device function call their wined3d counterpart (or
	perform a function).

Patch: http://cvs.winehq.org/patch.py?id=16392

Old revision  New revision  Changes     Path
 1.27          1.28          +292 -88    wine/include/wine/wined3d_interface.h
 1.24          1.25          +80 -35     wine/dlls/wined3d/wined3d_private.h
 1.4           1.5           +87 -0      wine/dlls/wined3d/vertexshader.c
 1.4           1.5           +3 -3       wine/dlls/wined3d/surface.c
 1.23          1.24          +1175 -365  wine/dlls/wined3d/device.c
 1.8           1.9           +2 -1       wine/dlls/d3d9/vertexdeclaration.c
 1.11          1.12          +0 -22      wine/dlls/d3d9/surface.c
 1.21          1.22          +291 -177   wine/dlls/d3d9/device.c
 1.12          1.13          +5 -7       wine/dlls/d3d9/d3d9_private.h




More information about the wine-cvs mailing list