ChangeSet ID: 8815
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/21 15:02:24
Modified files:
files : drive.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Fix a couple of bugs in CDROM_GetSerial:
- it would fail if DeviceIoControl succeeded.
- it would leak handles in some cases.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8815
Old revision New revision Changes Path
1.90 1.91 +23 -6 wine/files/drive.c
ChangeSet ID: 8812
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/21 15:01:23
Modified files:
dlls/d3d8 : drawprim.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Disable client texture states when not in use (fast mode) otherwise
traps occur.
Correct number of texture coords supplied in both fast and slow mode.
Dont supply a default colour of white when diffuse mode is disabled.
Reenable fast mode.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8812
Old revision New revision Changes Path
1.6 1.7 +59 -82 wine/dlls/d3d8/drawprim.c