ChangeSet ID: 18404 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/23 11:44:20
Modified files: dlls/wined3d : texture.c device.c basetexture.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Make all newly created surfces dirty, so that they are loaded properly the first time around. Replace some calls to cubetexture in basetexture to calls to basetexture. Check that the level isn't out of bounds in calls to texture.
Patch: http://cvs.winehq.org/patch.py?id=18404
Old revision New revision Changes Path 1.5 1.6 +36 -24 wine/dlls/wined3d/texture.c 1.33 1.34 +3 -2 wine/dlls/wined3d/device.c 1.9 1.10 +40 -37 wine/dlls/wined3d/basetexture.c