Module: wine Branch: master Commit: 8d4ca1f815fed39565cccce95a29d4bbb3823c5b URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d4ca1f815fed39565cccce95a...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon May 16 23:01:22 2011 +0200
wined3d: Remove COM from the device implementation.
---
dlls/d3d10core/d3d10core_private.h | 2 +- dlls/d3d10core/device.c | 18 +- dlls/d3d8/buffer.c | 4 +- dlls/d3d8/cubetexture.c | 2 +- dlls/d3d8/d3d8_private.h | 3 +- dlls/d3d8/device.c | 243 +++++++------- dlls/d3d8/shader.c | 4 +- dlls/d3d8/surface.c | 2 +- dlls/d3d8/swapchain.c | 2 +- dlls/d3d8/texture.c | 2 +- dlls/d3d8/vertexdeclaration.c | 4 +- dlls/d3d8/volume.c | 2 +- dlls/d3d8/volumetexture.c | 2 +- dlls/d3d9/buffer.c | 4 +- dlls/d3d9/cubetexture.c | 2 +- dlls/d3d9/d3d9_private.h | 2 +- dlls/d3d9/device.c | 256 +++++++------- dlls/d3d9/query.c | 2 +- dlls/d3d9/shader.c | 4 +- dlls/d3d9/stateblock.c | 2 +- dlls/d3d9/surface.c | 2 +- dlls/d3d9/swapchain.c | 2 +- dlls/d3d9/texture.c | 2 +- dlls/d3d9/vertexdeclaration.c | 2 +- dlls/d3d9/volume.c | 2 +- dlls/d3d9/volumetexture.c | 2 +- dlls/ddraw/ddraw.c | 93 +++--- dlls/ddraw/ddraw_private.h | 4 +- dlls/ddraw/device.c | 265 +++++++------- dlls/ddraw/executebuffer.c | 8 +- dlls/ddraw/palette.c | 2 +- dlls/ddraw/surface.c | 14 +- dlls/ddraw/vertexbuffer.c | 26 +- dlls/ddraw/viewport.c | 6 +- dlls/dxgi/device.c | 10 +- dlls/dxgi/dxgi_private.h | 2 +- dlls/dxgi/factory.c | 14 +- dlls/dxgi/swapchain.c | 4 +- dlls/wined3d/context.c | 4 +- dlls/wined3d/device.c | 674 ++++++++++++++++-------------------- dlls/wined3d/resource.c | 2 +- dlls/wined3d/stateblock.c | 2 +- dlls/wined3d/swapchain.c | 6 +- dlls/wined3d/wined3d.spec | 54 +++ dlls/wined3d/wined3d_private.h | 21 +- include/wine/wined3d.idl | 473 ++++++++++---------------- include/wine/winedxgi.idl | 2 +- 47 files changed, 1052 insertions(+), 1208 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8d4ca1f815fed39565cccc...