ChangeSet ID: 6795
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/23 18:48:03
Modified files:
dlls/ddraw/d3ddevice: mesa.c
Log message:
Lionel Ulmer <lionel.ulmer(a)free.fr>
- factorize the D3D1/2 draw_primitive code with the new strided function
- rewrote a little bit this strided function to always use the static
functions
Patch: http://cvs.winehq.com/patch.py?id=6795
Old revision New revision Changes Path
1.46 1.47 +157 -169 wine/dlls/ddraw/d3ddevice/mesa.c
ChangeSet ID: 6794
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/23 18:35:19
Modified files:
. : configure.ac configure
Log message:
Make sure INSTALL path is relative to the top dir when using the
script in tools/.
Patch: http://cvs.winehq.com/patch.py?id=6794
Old revision New revision Changes Path
1.112 1.113 +6 -1 wine/configure.ac
1.380 1.381 +1993 -652 wine/configure
ChangeSet ID: 6793
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/23 18:29:40
Modified files:
dlls/winspool : info.c
Log message:
The name of the driver should be the 16-bit one in case the app tries
to load it.
Patch: http://cvs.winehq.com/patch.py?id=6793
Old revision New revision Changes Path
1.62 1.63 +2 -2 wine/dlls/winspool/info.c
ChangeSet ID: 6789
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/23 18:25:55
Modified files:
dlls/ddraw/d3ddevice: main.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Remove useless FIXMEs since there is nothing to do in BeginScene and
EndScene.
Patch: http://cvs.winehq.com/patch.py?id=6789
Old revision New revision Changes Path
1.17 1.18 +6 -4 wine/dlls/ddraw/d3ddevice/main.c