ChangeSet ID: 5792 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/16 13:57:52
Modified files: dlls/ddraw/d3ddevice: mesa.c main.c dlls/ddraw : d3dtexture.c d3d_private.h
Log message: Christian Costa titan.costa@wanadoo.fr Associate texture to the device when GetHandle is called and perform the appropriate AddRef/Release. Fix 3_3_2 pixel format. Move some ENTER_GL() calls to the right place. Fix some FIXME/TRACE calls.
Patch: http://cvs.winehq.com/patch.py?id=5792
Old revision New revision Changes Path 1.19 1.20 +6 -4 wine/dlls/ddraw/d3ddevice/mesa.c 1.11 1.12 +28 -20 wine/dlls/ddraw/d3ddevice/main.c 1.14 1.15 +17 -3 wine/dlls/ddraw/d3dtexture.c 1.8 1.9 +2 -0 wine/dlls/ddraw/d3d_private.h