ChangeSet ID: 19321 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/03 14:49:05
Modified files: dlls/wined3d : wined3d_private.h utils.c texture.c drawprim.c device.c cubetexture.c basetexture.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Moved support for non power 2 texture to hardware. Fix for the texture state separation patches, ApplyTextureStates is now called instead of being commented out.
Patch: http://cvs.winehq.org/patch.py?id=19321
Old revision New revision Changes Path 1.51 1.52 +5 -0 wine/dlls/wined3d/wined3d_private.h 1.14 1.15 +0 -3 wine/dlls/wined3d/utils.c 1.10 1.11 +35 -2 wine/dlls/wined3d/texture.c 1.25 1.26 +6 -23 wine/dlls/wined3d/drawprim.c 1.63 1.64 +59 -34 wine/dlls/wined3d/device.c 1.10 1.11 +31 -0 wine/dlls/wined3d/cubetexture.c 1.16 1.17 +1 -1 wine/dlls/wined3d/basetexture.c