ChangeSet ID: 12150 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/04/26 15:15:02
Modified files: dlls/d3d8 : surface.c stateblock.c shader.c device.c
Log message: Marcus Meissner marcus@jet.franken.de Fixed some strict aliasing issues in dlls/d3d8. Incorporated bugfix from Christian Costa in vshader_expp.
Patch: http://cvs.winehq.org/patch.py?id=12150
Old revision New revision Changes Path 1.30 1.31 +1 -1 wine/dlls/d3d8/surface.c 1.14 1.15 +27 -11 wine/dlls/d3d8/stateblock.c 1.23 1.24 +11 -7 wine/dlls/d3d8/shader.c 1.103 1.104 +39 -21 wine/dlls/d3d8/device.c