ChangeSet ID: 18756 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/07 15:35:05
Modified files: dlls/wined3d : wined3d_private.h utils.c surface.c directx.c device.c dlls/d3d9 : device.c
Log message: Oliver Stieber oliver@codeweavers.com Implement render targets using either textures, swapchains or standalone surfaces.
Patch: http://cvs.winehq.org/patch.py?id=18756
Old revision New revision Changes Path 1.34 1.35 +3 -3 wine/dlls/wined3d/wined3d_private.h 1.9 1.10 +134 -0 wine/dlls/wined3d/utils.c 1.10 1.11 +194 -68 wine/dlls/wined3d/surface.c 1.36 1.37 +0 -1 wine/dlls/wined3d/directx.c 1.37 1.38 +484 -7 wine/dlls/wined3d/device.c 1.29 1.30 +44 -36 wine/dlls/d3d9/device.c