ChangeSet ID: 5816
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/17 13:24:36
Modified files:
scheduler : process.c
Log message:
Build a default command-line if the one we received is an empty
string.
Patch: http://cvs.winehq.com/patch.py?id=5816
Old revision New revision Changes Path
1.201 1.202 +1 -1 wine/scheduler/process.c
ChangeSet ID: 5810
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/16 20:21:43
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
- Dont set lighting during draw primitive, rely on the render state.
- Small fix for alpha testing.
- Add support to enable/disable clipping as a whole.
- Allow D3DRS_TEXTUREFACTOR to be changed once texture stage arg set
up.
- D3DTOP_DISABLE initial implementation.
Patch: http://cvs.winehq.com/patch.py?id=5810
Old revision New revision Changes Path
1.4 1.5 +79 -47 wine/dlls/d3d8/device.c