Module: wine Branch: master Commit: 4fd03150f65ad57054fd0e46b0d205e84c51b73b URL: http://source.winehq.org/git/wine.git/?a=commit;h=4fd03150f65ad57054fd0e46b0...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Mar 9 19:16:17 2011 +0100
wined3d: Get rid of IWineD3DBaseTexture::GetSubResourceDesc().
---
dlls/d3d8/cubetexture.c | 17 +++++++++------ dlls/d3d8/texture.c | 17 +++++++++------ dlls/d3d8/volumetexture.c | 17 +++++++++------ dlls/d3d9/cubetexture.c | 17 +++++++++------ dlls/d3d9/texture.c | 17 +++++++++------ dlls/d3d9/volumetexture.c | 19 +++++++++-------- dlls/ddraw/device.c | 41 ++++++++++++++++++++------------------- dlls/wined3d/cubetexture.c | 20 ------------------- dlls/wined3d/resource.c | 2 +- dlls/wined3d/texture.c | 20 ------------------- dlls/wined3d/volumetexture.c | 20 ------------------- dlls/wined3d/wined3d.spec | 1 + dlls/wined3d/wined3d_private.h | 2 - include/wine/wined3d.idl | 6 +--- 14 files changed, 85 insertions(+), 131 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4fd03150f65ad57054fd0e...