ChangeSet ID: 8305 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/19 23:10:22
Modified files: dlls/ddraw/d3ddevice: mesa.c main.c dlls/ddraw : mesa_private.h d3dtexture.c
Log message: Lionel Ulmer lionel.ulmer@free.fr - fix bug in 'Blt DEPTH_FILL' override - added a lock around the flushing of a surface to the frame buffer - optimize texture loading my minimizing the cases where a conversion needs to occur and also by reusing the allocated memory
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8305
Old revision New revision Changes Path 1.103 1.104 +18 -6 wine/dlls/ddraw/d3ddevice/mesa.c 1.42 1.43 +1 -1 wine/dlls/ddraw/d3ddevice/main.c 1.43 1.44 +3 -0 wine/dlls/ddraw/mesa_private.h 1.45 1.46 +107 -65 wine/dlls/ddraw/d3dtexture.c