wine/dlls/wined3d wined3d_main.c volumetexture ...

Alexandre Julliard julliard at winehq.org
Wed Jul 13 09:15:55 CDT 2005


ChangeSet ID:	18898
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/07/13 09:15:55

Modified files:
	dlls/wined3d   : wined3d_main.c volumetexture.c volume.c 
	                 vertexshader.c vertexdeclaration.c 
	                 vertexbuffer.c utils.c texture.c swapchain.c 
	                 surface.c stateblock.c resource.c indexbuffer.c 
	                 drawprim.c directx.c device.c cubetexture.c 
	                 basetexture.c 

Log message:
	Oliver Stieber <oliver_stieber at yahoo.co.uk>
	Tidy up some comments and formatting.

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

Old revision  New revision  Changes     Path
 1.9           1.10          +16 -16     wine/dlls/wined3d/wined3d_main.c
 1.5           1.6           +6 -6       wine/dlls/wined3d/volumetexture.c
 1.5           1.6           +13 -13     wine/dlls/wined3d/volume.c
 1.6           1.7           +203 -204   wine/dlls/wined3d/vertexshader.c
 1.9           1.10          +17 -17     wine/dlls/wined3d/vertexdeclaration.c
 1.12          1.13          +3 -0       wine/dlls/wined3d/vertexbuffer.c
 1.10          1.11          +84 -83     wine/dlls/wined3d/utils.c
 1.7           1.8           +2 -2       wine/dlls/wined3d/texture.c
 1.2           1.3           +50 -48     wine/dlls/wined3d/swapchain.c
 1.16          1.17          +70 -64     wine/dlls/wined3d/surface.c
 1.12          1.13          +4 -2       wine/dlls/wined3d/stateblock.c
 1.10          1.11          +5 -2       wine/dlls/wined3d/resource.c
 1.9           1.10          +5 -1       wine/dlls/wined3d/indexbuffer.c
 1.14          1.15          +145 -146   wine/dlls/wined3d/drawprim.c
 1.39          1.40          +159 -157   wine/dlls/wined3d/directx.c
 1.45          1.46          +306 -305   wine/dlls/wined3d/device.c
 1.6           1.7           +9 -9       wine/dlls/wined3d/cubetexture.c
 1.11          1.12          +1 -0       wine/dlls/wined3d/basetexture.c




More information about the wine-cvs mailing list