ChangeSet ID: 8122 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/11 22:10:27
Modified files: dlls/d3d8 : volumetexture.c volume.c texture.c surface.c device.c d3d8_private.h cubetexture.c
Log message: Raphael Junqueira fenix@club-internet.fr - surface pool init fixes - minor indentation and traces fixes - fix locking/unlocking/dirty behavior (dirtify on lock) + optimisations (only copy when dirty) - fix IDirect3DDevice8::Clear behavior (problem seen after a locking/unlocking code error) - begin to fix volume and cube textures management
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8122
Old revision New revision Changes Path 1.6 1.7 +29 -12 wine/dlls/d3d8/volumetexture.c 1.5 1.6 +33 -8 wine/dlls/d3d8/volume.c 1.6 1.7 +11 -5 wine/dlls/d3d8/texture.c 1.7 1.8 +58 -14 wine/dlls/d3d8/surface.c 1.48 1.49 +82 -36 wine/dlls/d3d8/device.c 1.24 1.25 +10 -5 wine/dlls/d3d8/d3d8_private.h 1.4 1.5 +51 -20 wine/dlls/d3d8/cubetexture.c