ChangeSet ID: 8069 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/08 12:36:00
Modified files: dlls/d3d8 : directx.c device.c d3d8_private.h basetexture.c
Log message: Raphael Junqueira fenix@club-internet.fr - Disable some 'classic' debug traces (avoid useless flood of traces while debugging games). - Fix the texture size caps using GL_MAX_TEXTURE_SIZE.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8069
Old revision New revision Changes Path 1.27 1.28 +13 -2 wine/dlls/d3d8/directx.c 1.46 1.47 +15 -16 wine/dlls/d3d8/device.c 1.22 1.23 +9 -0 wine/dlls/d3d8/d3d8_private.h 1.4 1.5 +1 -1 wine/dlls/d3d8/basetexture.c