Module: wine Branch: master Commit: 2a63fe66240134b46bd0edf57af8f673eb9a3a77 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2a63fe66240134b46bd0edf57a... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Mon May 28 18:17:28 2012 +0200 d3d9: Get rid of IDirect3DDevice9Impl. --- dlls/d3d9/buffer.c | 4 +- dlls/d3d9/d3d9_private.h | 45 +- dlls/d3d9/device.c | 1576 ++++++++++++++++++++--------------------- dlls/d3d9/directx.c | 4 +- dlls/d3d9/query.c | 2 +- dlls/d3d9/shader.c | 4 +- dlls/d3d9/stateblock.c | 2 +- dlls/d3d9/surface.c | 2 +- dlls/d3d9/swapchain.c | 4 +- dlls/d3d9/texture.c | 6 +- dlls/d3d9/vertexdeclaration.c | 4 +- dlls/d3d9/volume.c | 2 +- 12 files changed, 794 insertions(+), 861 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2a63fe66240134b46bd0ed...