Module: wine Branch: master Commit: 1c1de920e311373b2012dc3b145dbc29e7bc15a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1c1de920e311373b2012dc3b14...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Apr 29 13:03:41 2011 +0200
wined3d: Remove COM from the surface implementation.
---
dlls/d3d10core/d3d10core_private.h | 2 +- dlls/d3d10core/device.c | 12 +- dlls/d3d10core/texture.c | 9 +- dlls/d3d10core/view.c | 2 +- dlls/d3d8/d3d8_private.h | 8 +- dlls/d3d8/device.c | 99 ++++++----- dlls/d3d8/surface.c | 18 +- dlls/d3d8/swapchain.c | 10 +- dlls/d3d9/d3d9_private.h | 8 +- dlls/d3d9/device.c | 68 ++++---- dlls/d3d9/surface.c | 28 ++-- dlls/d3d9/swapchain.c | 12 +- dlls/ddraw/ddraw.c | 64 +++---- dlls/ddraw/ddraw_private.h | 2 +- dlls/ddraw/device.c | 26 +-- dlls/ddraw/surface.c | 189 +++++++------------ dlls/dxgi/device.c | 6 +- dlls/dxgi/swapchain.c | 6 +- dlls/wined3d/device.c | 65 ++++--- dlls/wined3d/stateblock.c | 4 +- dlls/wined3d/surface.c | 354 +++++++++++++----------------------- dlls/wined3d/swapchain.c | 27 ++-- dlls/wined3d/texture.c | 2 +- dlls/wined3d/wined3d.spec | 34 ++++ dlls/wined3d/wined3d_private.h | 42 ++--- include/wine/wined3d.idl | 212 +++++++--------------- 26 files changed, 557 insertions(+), 752 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1c1de920e311373b2012dc...