Module: wine Branch: master Commit: 4a10bbc76d5e6b6654717d590dde7354eff5d396 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4a10bbc76d5e6b6654717d590d...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Mar 14 21:02:59 2011 +0100
wined3d: Generalize AddDirtyRect() / AddDirtyBox() to AddDirtyRegion().
---
dlls/d3d8/cubetexture.c | 22 ++++++++++++++++++---- dlls/d3d8/texture.c | 23 ++++++++++++++++++----- dlls/d3d8/volumetexture.c | 10 ++++++---- dlls/d3d9/cubetexture.c | 25 ++++++++++++++++++++----- dlls/d3d9/texture.c | 23 +++++++++++++++++++---- dlls/d3d9/volumetexture.c | 12 ++++++------ dlls/wined3d/cubetexture.c | 15 ++++++--------- dlls/wined3d/surface.c | 29 ++++++++++++++++++++++------- dlls/wined3d/texture.c | 12 ++++++------ dlls/wined3d/volumetexture.c | 12 ++++++------ dlls/wined3d/wined3d_private.h | 2 +- include/wine/wined3d.idl | 14 ++++---------- 12 files changed, 132 insertions(+), 67 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4a10bbc76d5e6b6654717d...