ChangeSet ID: 18393 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/23 06:05:25
Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h directx.c device.c Makefile.in dlls/d3d9 : swapchain.c directx.c device.c d3d9_private.h dlls/d3d8 : directx.c d3d8_private.h Added files: dlls/wined3d : swapchain.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Implement swapchains.
Patch: http://cvs.winehq.org/patch.py?id=18393
Old revision New revision Changes Path 1.33 1.34 +53 -6 wine/include/wine/wined3d_interface.h 1.30 1.31 +46 -8 wine/dlls/wined3d/wined3d_private.h 1.33 1.34 +76 -234 wine/dlls/wined3d/directx.c 1.32 1.33 +500 -131 wine/dlls/wined3d/device.c 1.15 1.16 +1 -0 wine/dlls/wined3d/Makefile.in 1.8 1.9 +91 -29 wine/dlls/d3d9/swapchain.c 1.21 1.22 +104 -29 wine/dlls/d3d9/directx.c 1.26 1.27 +0 -1 wine/dlls/d3d9/device.c 1.17 1.18 +13 -23 wine/dlls/d3d9/d3d9_private.h 1.89 1.90 +56 -1 wine/dlls/d3d8/directx.c 1.64 1.65 +3 -0 wine/dlls/d3d8/d3d8_private.h Added 1.1 +0 -0 wine/dlls/wined3d/swapchain.c