ChangeSet ID: 6887 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/03 15:08:50
Modified files: dlls/ddraw/d3ddevice: mesa.c main.h main.c dlls/ddraw : mesa_private.h mesa.c d3dexecutebuffer.c d3d_private.h
Log message: Christian Costa titan.costa@wanadoo.fr Beginning of state block. Initialize the device with the right D3D default values. Implements GetRenderState, GetTextureStageState and GetLightState.
Patch: http://cvs.winehq.com/patch.py?id=6887
Old revision New revision Changes Path 1.71 1.72 +37 -23 wine/dlls/ddraw/d3ddevice/mesa.c 1.5 1.6 +2 -0 wine/dlls/ddraw/d3ddevice/main.h 1.29 1.30 +176 -4 wine/dlls/ddraw/d3ddevice/main.c 1.36 1.37 +9 -4 wine/dlls/ddraw/mesa_private.h 1.28 1.29 +28 -3 wine/dlls/ddraw/mesa.c 1.19 1.20 +1 -1 wine/dlls/ddraw/d3dexecutebuffer.c 1.24 1.25 +19 -0 wine/dlls/ddraw/d3d_private.h