ChangeSet ID: 8415 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/04 18:34:58
Modified files: dlls/ddraw/d3ddevice: mesa.c dlls/ddraw : mesa_private.h d3dtexture.c
Log message: Lionel Ulmer lionel.ulmer@free.fr - some GL critical section fixes - only bind textures at start of rendering - optimized the texture parameter code - optimize of the 'dirty checking code' for mipmapping - handles the MAXMIPLEVEL texture parameter
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8415
Old revision New revision Changes Path 1.116 1.117 +64 -159 wine/dlls/ddraw/d3ddevice/mesa.c 1.52 1.53 +16 -1 wine/dlls/ddraw/mesa_private.h 1.54 1.55 +166 -9 wine/dlls/ddraw/d3dtexture.c