wine/dlls/d3d8 volumetexture.c volume.c textur ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 4 18:05:46 CDT 2003


ChangeSet ID:	8404
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/06/04 18:05:46

Modified files:
	dlls/d3d8      : volumetexture.c volume.c texture.c surface.c 
	                 directx.c device.c d3d8_private.h cubetexture.c 
	                 basetexture.c 

Log message:
	Raphael Junqueira <fenix at club-internet.fr>
	- cleaning of volume.c/volumetexture.c as done previously for
	surface.c/*texture.c (with add of lockable, locked and Dirty flags)
	- add of dirtyRect/dirtyBox for better dirtification management (not
	used yet, but huge optimisation can be possible now)
	- fix some debug traces (well it's better to use debug_d3dpool)
	- fix some stupid regression on point parameters (forgot to check
	extension on fillcaps)

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8404

Old revision  New revision  Changes     Path
 1.10          1.11          +6 -4       wine/dlls/d3d8/volumetexture.c
 1.6           1.7           +52 -15     wine/dlls/d3d8/volume.c
 1.10          1.11          +4 -26      wine/dlls/d3d8/texture.c
 1.14          1.15          +29 -2      wine/dlls/d3d8/surface.c
 1.41          1.42          +4 -2       wine/dlls/d3d8/directx.c
 1.68          1.69          +19 -7      wine/dlls/d3d8/device.c
 1.33          1.34          +13 -4      wine/dlls/d3d8/d3d8_private.h
 1.10          1.11          +5 -27      wine/dlls/d3d8/cubetexture.c
 1.7           1.8           +14 -15     wine/dlls/d3d8/basetexture.c




More information about the wine-cvs mailing list