ChangeSet ID: 12159 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/04/26 18:34:17
Modified files: dlls/d3d8 : utils.c surface.c drawprim.c device.c d3d8_private.h
Log message: Christian Costa titan.costa@wanadoo.fr Implemented fast rendering to a texture using glCopyTexImage2D Fixed SetViewport. Fixed SetRenderTarget (based on Jason Edmeades' work). Improved trace.
Patch: http://cvs.winehq.org/patch.py?id=12159
Old revision New revision Changes Path 1.17 1.18 +5 -2 wine/dlls/d3d8/utils.c 1.31 1.32 +33 -1 wine/dlls/d3d8/surface.c 1.17 1.18 +19 -0 wine/dlls/d3d8/drawprim.c 1.104 1.105 +66 -36 wine/dlls/d3d8/device.c 1.50 1.51 +4 -0 wine/dlls/d3d8/d3d8_private.h