Module: wine Branch: master Commit: 36d4268e3c2991af2705e357e2b036c227d8b38e URL: http://source.winehq.org/git/wine.git/?a=commit;h=36d4268e3c2991af2705e357e2...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Feb 1 19:39:53 2011 +0100
wined3d: Remove COM from IWineD3D.
---
dlls/d3d8/d3d8_main.c | 2 +- dlls/d3d8/d3d8_private.h | 6 +- dlls/d3d8/device.c | 14 +- dlls/d3d8/directx.c | 28 +- dlls/d3d9/d3d9_main.c | 2 +- dlls/d3d9/d3d9_private.h | 5 +- dlls/d3d9/device.c | 23 +- dlls/d3d9/directx.c | 30 +- dlls/ddraw/ddraw.c | 44 +- dlls/ddraw/ddraw_private.h | 5 +- dlls/ddraw/device.c | 37 +- dlls/dxgi/adapter.c | 6 +- dlls/dxgi/device.c | 8 +- dlls/dxgi/dxgi_private.h | 2 +- dlls/dxgi/factory.c | 12 +- dlls/dxgi/output.c | 12 +- dlls/wined3d/device.c | 56 ++- dlls/wined3d/directx.c | 1057 +++++++++++++++++++--------------------- dlls/wined3d/swapchain.c | 2 +- dlls/wined3d/swapchain_base.c | 2 +- dlls/wined3d/wined3d.spec | 21 +- dlls/wined3d/wined3d_main.c | 2 +- dlls/wined3d/wined3d_private.h | 18 +- include/wine/wined3d.idl | 128 ++---- include/wine/winedxgi.idl | 2 +- 25 files changed, 721 insertions(+), 803 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=36d4268e3c2991af2705e3...