Module: wine Branch: master Commit: 00a5f385957e8cbd8224acfe3c36a3bd3cd0b8af URL: http://source.winehq.org/git/wine.git/?a=commit;h=00a5f385957e8cbd8224acfe3c...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue May 10 21:18:47 2011 +0200
wined3d: Remove object creation methods from the IWineD3DDevice interface.
---
dlls/d3d10core/buffer.c | 4 +- dlls/d3d10core/d3d10core_private.h | 2 +- dlls/d3d10core/device.c | 4 +- dlls/d3d10core/inputlayout.c | 2 +- dlls/d3d10core/shader.c | 6 +- dlls/d3d10core/texture.c | 4 +- dlls/d3d10core/view.c | 5 +- dlls/d3d8/buffer.c | 4 +- dlls/d3d8/cubetexture.c | 2 +- dlls/d3d8/device.c | 2 +- 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/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 | 6 +- dlls/ddraw/device.c | 6 +- dlls/ddraw/palette.c | 2 +- dlls/ddraw/surface.c | 6 +- dlls/ddraw/vertexbuffer.c | 2 +- dlls/dxgi/swapchain.c | 2 +- dlls/wined3d/buffer.c | 113 ++++++- dlls/wined3d/device.c | 750 +----------------------------------- dlls/wined3d/palette.c | 33 ++- dlls/wined3d/query.c | 32 ++- dlls/wined3d/shader.c | 108 +++++- dlls/wined3d/stateblock.c | 34 ++- dlls/wined3d/surface.c | 47 +++- dlls/wined3d/swapchain.c | 36 ++- dlls/wined3d/texture.c | 117 ++++++- dlls/wined3d/vertexdeclaration.c | 190 +++++++++- dlls/wined3d/view.c | 25 ++- dlls/wined3d/volume.c | 36 ++- dlls/wined3d/wined3d.spec | 18 + dlls/wined3d/wined3d_private.h | 49 --- include/wine/wined3d.idl | 190 +++------- 49 files changed, 875 insertions(+), 1006 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=00a5f385957e8cbd8224ac...