Module: wine Branch: master Commit: 95469309d6f82fe91e78c94e59984fcd75cefc2b URL: http://source.winehq.org/git/wine.git/?a=commit;h=95469309d6f82fe91e78c94e59...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Oct 14 13:04:02 2010 +0200
wined3d: Consistently use Map/Unmap for mapping resources.
---
dlls/d3d8/cubetexture.c | 5 ++- dlls/d3d8/surface.c | 4 +- dlls/d3d8/texture.c | 4 +- dlls/d3d8/volume.c | 5 ++- dlls/d3d8/volumetexture.c | 5 ++- dlls/d3d9/cubetexture.c | 5 ++- dlls/d3d9/surface.c | 4 +- dlls/d3d9/texture.c | 4 +- dlls/d3d9/volume.c | 4 +- dlls/d3d9/volumetexture.c | 6 ++-- dlls/ddraw/surface.c | 21 +++++------- dlls/wined3d/cubetexture.c | 12 +++--- dlls/wined3d/device.c | 33 ++++++++++--------- dlls/wined3d/surface.c | 70 ++++++++++++++++++++-------------------- dlls/wined3d/surface_base.c | 51 +++++++++++++++-------------- dlls/wined3d/surface_gdi.c | 64 ++++++++++--------------------------- dlls/wined3d/texture.c | 12 +++--- dlls/wined3d/volume.c | 11 ++++-- dlls/wined3d/volumetexture.c | 12 +++--- dlls/wined3d/wined3d_private.h | 2 +- include/wine/wined3d.idl | 20 ++++++------ 21 files changed, 166 insertions(+), 188 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=95469309d6f82fe91e78c9...