ChangeSet ID: 6777
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/22 20:03:38
Modified files:
dlls/ddraw/d3ddevice: mesa.c
Log message:
Lionel Ulmer <lionel.ulmer(a)free.fr>
- fix returning of capabilities in FindDevice
- fill properly some caps according to what OpenGL can do
Patch: http://cvs.winehq.com/patch.py?id=6777
Old revision New revision Changes Path
1.44 1.45 +21 -16 wine/dlls/ddraw/d3ddevice/mesa.c
ChangeSet ID: 6768
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/22 19:34:59
Modified files:
dlls/d3d8 : directx.c device.c d3d8_private.h
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Query opengl to ensure it supports multitexture, and honour the number
of supported texture units. Especially important for NVidia drivers
which only support 2 texture units.
Patch: http://cvs.winehq.com/patch.py?id=6768
Old revision New revision Changes Path
1.8 1.9 +27 -14 wine/dlls/d3d8/directx.c
1.16 1.17 +56 -23 wine/dlls/d3d8/device.c
1.8 1.9 +4 -0 wine/dlls/d3d8/d3d8_private.h