ChangeSet ID: 9012 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/08/18 14:55:11
Modified files: dlls/ddraw/d3ddevice: mesa.c dlls/ddraw : mesa_private.h main.c gl_private.h d3dtexture.c
Log message: Lionel Ulmer lionel.ulmer@free.fr Added support for multi-texturing.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9012
Old revision New revision Changes Path 1.136 1.137 +119 -28 wine/dlls/ddraw/d3ddevice/mesa.c 1.58 1.59 +6 -0 wine/dlls/ddraw/mesa_private.h 1.34 1.35 +1 -1 wine/dlls/ddraw/main.c 1.5 1.6 +9 -0 wine/dlls/ddraw/gl_private.h 1.59 1.60 +31 -0 wine/dlls/ddraw/d3dtexture.c