ChangeSet ID: 8209
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/14 14:36:28
Modified files:
tools/winebuild: import.c
Log message:
Only print warning on nm failure because it fails on darwin if there
are no symbols (reported by Pierre d'Herbemont).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8209
Old revision New revision Changes Path
1.49 1.50 +1 -1 wine/tools/winebuild/import.c
ChangeSet ID: 8206
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/14 14:33:35
Modified files:
dlls/d3d8 : device.c d3d8_private.h
Log message:
Raphael Junqueira <fenix(a)club-internet.fr>
- declare a new debug chanel for vertex shaders
- some useful debug functions for textures format
- correct DrawPrimitive (RHW correctness and vshader RHW)
- more copyrects fixes (only two unimplemented behavior remain)
- fix GetFrontBuffer to get screenshots samples working
- add D3DCOLORTOGLFLOAT4 and use it
- first try of D3DRS_FOGTABLEMODE support
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8206
Old revision New revision Changes Path
1.52 1.53 +356 -166 wine/dlls/d3d8/device.c
1.25 1.26 +11 -1 wine/dlls/d3d8/d3d8_private.h