ChangeSet ID: 18421 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/24 06:53:07
Modified files: include/wine : wined3d_types.h wined3d_interface.h wined3d_gl.h dlls/wined3d : wined3d_private.h utils.c resource.c directx.c device.c basetexture.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Add support for samplers. Switch from using d3d9 constants to wined3d constants so that there's no recursive dependencies.
Patch: http://cvs.winehq.org/patch.py?id=18421
Old revision New revision Changes Path 1.3 1.4 +24 -0 wine/include/wine/wined3d_types.h 1.34 1.35 +2 -2 wine/include/wine/wined3d_interface.h 1.5 1.6 +1 -0 wine/include/wine/wined3d_gl.h 1.31 1.32 +7 -0 wine/dlls/wined3d/wined3d_private.h 1.8 1.9 +45 -34 wine/dlls/wined3d/utils.c 1.8 1.9 +1 -1 wine/dlls/wined3d/resource.c 1.34 1.35 +5 -0 wine/dlls/wined3d/directx.c 1.34 1.35 +349 -234 wine/dlls/wined3d/device.c 1.10 1.11 +2 -2 wine/dlls/wined3d/basetexture.c