Module: wine Branch: master Commit: 3032b40c809c0ba00fa95df9d80a3ef216a6b11f URL: http://source.winehq.org/git/wine.git/?a=commit;h=3032b40c809c0ba00fa95df9d8...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed May 18 22:30:13 2011 +0200
wined3d: Get rid of the IWineD3DDeviceParent interface.
---
dlls/d3d10core/d3d10core_private.h | 3 +- dlls/d3d10core/device.c | 135 ++++++++++++++++++++--------------- dlls/d3d8/d3d8_private.h | 2 +- dlls/d3d8/device.c | 130 +++++++++++++--------------------- dlls/d3d9/d3d9_private.h | 2 +- dlls/d3d9/device.c | 131 +++++++++++++--------------------- dlls/ddraw/ddraw.c | 137 ++++++++++++++---------------------- dlls/ddraw/ddraw_private.h | 2 +- dlls/dxgi/device.c | 22 ++++-- dlls/wined3d/device.c | 8 +- dlls/wined3d/directx.c | 4 +- dlls/wined3d/swapchain.c | 6 +- dlls/wined3d/texture.c | 6 +- dlls/wined3d/wined3d_private.h | 4 +- include/wine/wined3d.idl | 86 +++++++---------------- include/wine/winedxgi.idl | 10 +++ 16 files changed, 299 insertions(+), 389 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3032b40c809c0ba00fa95d...