ChangeSet ID: 8117 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/10 22:44:53
Modified files: dlls/ddraw/d3ddevice: mesa.c main.c dlls/ddraw : d3dtexture.c d3d_private.h
Log message: Lionel Ulmer lionel.ulmer@free.fr - added mipmapping support - added locking for concurrent access to the D3D device - improved tracing - added support for most texture combine stages (inspired by the D3D8 code) - disable current lock / unlock code pending proper solution
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8117
Old revision New revision Changes Path 1.94 1.95 +415 -83 wine/dlls/ddraw/d3ddevice/mesa.c 1.38 1.39 +11 -9 wine/dlls/ddraw/d3ddevice/main.c 1.43 1.44 +506 -448 wine/dlls/ddraw/d3dtexture.c 1.29 1.30 +3 -0 wine/dlls/ddraw/d3d_private.h