ChangeSet ID: 19249 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/01 05:58:31
Modified files: dlls/wined3d : wined3d_private.h utils.c stateblock.c drawprim.c device.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Separate the setting of the DirectX texture and sampler states from the setting of OpenGL states (now in applyTextureStateState and applySamplerState).
Patch: http://cvs.winehq.org/patch.py?id=19249
Old revision New revision Changes Path 1.49 1.50 +3 -1 wine/dlls/wined3d/wined3d_private.h 1.13 1.14 +0 -2 wine/dlls/wined3d/utils.c 1.15 1.16 +27 -28 wine/dlls/wined3d/stateblock.c 1.23 1.24 +5 -4 wine/dlls/wined3d/drawprim.c 1.61 1.62 +78 -79 wine/dlls/wined3d/device.c