ChangeSet ID: 6842 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/02 13:45:23
Modified files: dlls/ddraw/d3ddevice: mesa.c dlls/ddraw : mesa_private.h mesa.c helper.c d3dtexture.c
Log message: Lionel Ulmer lionel.ulmer@free.fr - do not use the alpha coordinates when ALPHABLEND is disabled - disable fogging in the XYZRHW case - various other small fixes
Patch: http://cvs.winehq.com/patch.py?id=6842
Old revision New revision Changes Path 1.55 1.56 +28 -8 wine/dlls/ddraw/d3ddevice/mesa.c 1.27 1.28 +4 -0 wine/dlls/ddraw/mesa_private.h 1.20 1.21 +15 -6 wine/dlls/ddraw/mesa.c 1.24 1.25 +4 -1 wine/dlls/ddraw/helper.c 1.32 1.33 +9 -7 wine/dlls/ddraw/d3dtexture.c