ChangeSet ID: 6944 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/07 17:08:32
Modified files: dlls/ddraw/d3ddevice: mesa.c main.c dlls/ddraw : mesa_private.h mesa.c d3dtexture.c d3dexecutebuffer.c d3d_private.h
Log message: Lionel Ulmer lionel.ulmer@free.fr - rewrote a little bit the state magagement to remove the RenderState stucture and use only the state_block code - factorize some code between interface revisions - fix some smalls bugs
Patch: http://cvs.winehq.com/patch.py?id=6944
Old revision New revision Changes Path 1.80 1.81 +130 -103 wine/dlls/ddraw/d3ddevice/mesa.c 1.33 1.34 +17 -28 wine/dlls/ddraw/d3ddevice/main.c 1.39 1.40 +7 -39 wine/dlls/ddraw/mesa_private.h 1.33 1.34 +108 -164 wine/dlls/ddraw/mesa.c 1.41 1.42 +1 -1 wine/dlls/ddraw/d3dtexture.c 1.22 1.23 +4 -3 wine/dlls/ddraw/d3dexecutebuffer.c 1.26 1.27 +5 -8 wine/dlls/ddraw/d3d_private.h