Module: wine Branch: master Commit: e59ddb0ab18d33f472029a6cb1584e9dc740fef9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e59ddb0ab18d33f472029a6cb1...
Author: Stefan Dösinger stefan@codeweavers.com Date: Sat Jan 12 22:56:30 2008 +0100
wined3d: Add a new IWineD3DResource::UnLoad method.
---
dlls/wined3d/basetexture.c | 5 +++++ dlls/wined3d/cubetexture.c | 5 +++++ dlls/wined3d/indexbuffer.c | 5 +++++ dlls/wined3d/resource.c | 6 ++++++ dlls/wined3d/surface.c | 6 ++++++ dlls/wined3d/surface_gdi.c | 22 +++++++++++++++++++--- dlls/wined3d/texture.c | 5 +++++ dlls/wined3d/vertexbuffer.c | 5 +++++ dlls/wined3d/volume.c | 5 +++++ dlls/wined3d/volumetexture.c | 5 +++++ dlls/wined3d/wined3d_private.h | 1 + include/wine/wined3d_interface.h | 20 +++++++++++++++++++- 12 files changed, 86 insertions(+), 4 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e59ddb0ab18d33f472029a...