Module: wine Branch: master Commit: 2dc7fc291680ca84eead1be2f2fb19844af73ff8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2dc7fc291680ca84eead1be2f2...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Mar 13 10:44:18 2009 +0100
wined3d: Remove the format field from IWineD3DResourceClass.
---
dlls/wined3d/buffer.c | 4 +- dlls/wined3d/context.c | 23 +++++--- dlls/wined3d/cubetexture.c | 3 +- dlls/wined3d/device.c | 34 +++++++---- dlls/wined3d/resource.c | 6 +- dlls/wined3d/surface.c | 125 +++++++++++++++++++++++---------------- dlls/wined3d/surface_base.c | 40 ++++++------ dlls/wined3d/surface_gdi.c | 8 ++- dlls/wined3d/swapchain.c | 2 +- dlls/wined3d/texture.c | 4 +- dlls/wined3d/volume.c | 5 +- dlls/wined3d/wined3d_private.h | 4 +- 12 files changed, 150 insertions(+), 108 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2dc7fc291680ca84eead1b...