Module: wine Branch: master Commit: 3ec19590d50e63c417ea795e6f9e35900adcf4aa URL: http://source.winehq.org/git/wine.git/?a=commit;h=3ec19590d50e63c417ea795e6f...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Apr 13 19:14:31 2011 +0200
wined3d: Remove COM from the swapchain implementation.
---
dlls/d3d10core/device.c | 2 +- dlls/d3d8/d3d8_private.h | 8 +-- dlls/d3d8/device.c | 6 +- dlls/d3d8/swapchain.c | 13 ++-- dlls/d3d9/d3d9_private.h | 8 +-- dlls/d3d9/device.c | 12 ++-- dlls/d3d9/swapchain.c | 22 ++++--- dlls/ddraw/ddraw.c | 14 ++-- dlls/ddraw/ddraw_private.h | 2 +- dlls/ddraw/surface.c | 20 +++---- dlls/dxgi/device.c | 2 +- dlls/dxgi/dxgi_private.h | 2 +- dlls/dxgi/factory.c | 6 +- dlls/dxgi/swapchain.c | 21 ++----- dlls/wined3d/device.c | 84 ++++++++++++++-------------- dlls/wined3d/stateblock.c | 4 +- dlls/wined3d/surface.c | 10 +-- dlls/wined3d/surface_gdi.c | 3 +- dlls/wined3d/swapchain.c | 123 +++++++++++----------------------------- dlls/wined3d/wined3d.spec | 14 +++++ dlls/wined3d/wined3d_private.h | 27 ++++----- include/wine/wined3d.idl | 77 +++++++++---------------- include/wine/winedxgi.idl | 2 +- 23 files changed, 198 insertions(+), 284 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3ec19590d50e63c417ea79...