ChangeSet ID: 6838 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/02 13:39:57
Modified files: dlls/ddraw/dsurface: main.c dlls/ddraw/direct3d: mesa.c dlls/ddraw/ddraw: main.c dlls/ddraw/d3ddevice: mesa.c dlls/ddraw : mesa_private.h ddraw_private.h d3dtexture.c d3d_private.h
Log message: Lionel Ulmer lionel.ulmer@free.fr Enable the application to create first textures and then the D3D device.
Patch: http://cvs.winehq.com/patch.py?id=6838
Old revision New revision Changes Path 1.40 1.41 +3 -9 wine/dlls/ddraw/dsurface/main.c 1.20 1.21 +35 -1 wine/dlls/ddraw/direct3d/mesa.c 1.34 1.35 +10 -3 wine/dlls/ddraw/ddraw/main.c 1.53 1.54 +6 -0 wine/dlls/ddraw/d3ddevice/mesa.c 1.26 1.27 +4 -2 wine/dlls/ddraw/mesa_private.h 1.33 1.34 +3 -0 wine/dlls/ddraw/ddraw_private.h 1.29 1.30 +86 -77 wine/dlls/ddraw/d3dtexture.c 1.17 1.18 +5 -1 wine/dlls/ddraw/d3d_private.h