ChangeSet ID: 6680 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/12/16 17:09:23 Modified files: dlls/ddraw/ddraw: main.c dlls/ddraw/d3ddevice: mesa.c dlls/ddraw : mesa.c d3dtexture.c Log message: Lionel Ulmer <lionel.ulmer(a)free.fr> - revert some optimisations breaking some games - added a new texture format (4444 ARGB) - fixed the computation of colors - added new render states and fog support (NOT handled yet for transformed vertices) Patch: http://cvs.winehq.com/patch.py?id=6680 Old revision New revision Changes Path 1.29 1.30 +5 -5 wine/dlls/ddraw/ddraw/main.c 1.42 1.43 +24 -23 wine/dlls/ddraw/d3ddevice/mesa.c 1.16 1.17 +42 -0 wine/dlls/ddraw/mesa.c 1.24 1.25 +31 -19 wine/dlls/ddraw/d3dtexture.c