ChangeSet ID: 7919
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/19 21:43:05
Modified files:
dlls/d3d8 : directx.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Windows never reports 24 bit colours, and some games fail to work
unless in specific modes. Report 16bit colour for 24bit modes.
Patch: http://cvs.winehq.com/patch.py?id=7919
Old revision New revision Changes Path
1.22 1.23 +4 -6 wine/dlls/d3d8/directx.c
ChangeSet ID: 7916
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/19 15:33:23
Modified files:
dlls/d3d8 : directx.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Correct device capabilites including support in previous patch, as
well as making the texture operations capabilities more accurate.
Patch: http://cvs.winehq.com/patch.py?id=7916
Old revision New revision Changes Path
1.21 1.22 +13 -2 wine/dlls/d3d8/directx.c