ChangeSet ID: 7934
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/21 18:29:39
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
MIRROR_ARB support is not dependent on OpenGL 1.3 as I originally
ifdef'ed. It is apparently introduced fully in 1.4, or dependent on
another ifdef, GL_ARB_texture_mirrored_repeat.
Patch: http://cvs.winehq.com/patch.py?id=7934
Old revision New revision Changes Path
1.41 1.42 +5 -4 wine/dlls/d3d8/device.c
ChangeSet ID: 7930
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/21 18:20:52
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Don't reapply all the texture states if the texture we are replacing
is the same as the texture there already and the texture is not
'dirty'.
Patch: http://cvs.winehq.com/patch.py?id=7930
Old revision New revision Changes Path
1.40 1.41 +12 -5 wine/dlls/d3d8/device.c