Module: wine Branch: master Commit: 1d1487105d4d3a9133f0846d32363a0432812d0c URL: http://source.winehq.org/git/wine.git/?a=commit;h=1d1487105d4d3a9133f0846d32...
Author: Riccardo Bortolato rikyz619@gmail.com Date: Tue Oct 6 10:36:47 2015 +0200
wined3d: Pass a wined3d_box to wined3d_surface_map..
Introduced a new surface_check_block_align function that accepts a wined3d_box, eventually the old _rect version will be completely replaced.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com
---
dlls/d3d8/surface.c | 9 +++++++- dlls/d3d9/surface.c | 13 ++++++++++- dlls/ddraw/surface.c | 9 +++++++- dlls/wined3d/surface.c | 62 ++++++++++++++++++++++++++++---------------------- include/wine/wined3d.h | 2 +- 5 files changed, 64 insertions(+), 31 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1d1487105d4d3a9133f084...