ChangeSet ID: 18404
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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(a)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
ChangeSet ID: 18395
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/23 06:41:05
Modified files:
dlls/psapi : psapi_main.c
Log message:
Felix Nawothnig <felix.nawothnig(a)t-online.de>
- Replaced server requests by native APIs in EnumProcessModules,
GetModuleBaseNameW, GetModuleFileNameExW and GetModuleInformation.
- Make EnumProcessModules return modules in load order
- Set ERROR_INSUFFICIENT_BUFFER in GetModuleInformation when failing
due to (cb < sizeof(MODULEINFO)).
Patch: http://cvs.winehq.org/patch.py?id=18395
Old revision New revision Changes Path
1.24 1.25 +160 -131 wine/dlls/psapi/psapi_main.c