Module: wine Branch: master Commit: 24fbe9f2ecfdac12dcf7af49f03d7624d6c77494 URL: http://source.winehq.org/git/wine.git/?a=commit;h=24fbe9f2ecfdac12dcf7af49f0...
Author: Stefan Dösinger stefan@codeweavers.com Date: Fri Sep 20 13:04:49 2013 +0200
wined3d: Pass the destination pitch to format conversion functions.
The relation between src and dst pitches is not correct if the source pitch is padded to match pitch alignment requirements.
---
dlls/wined3d/surface.c | 2 +- dlls/wined3d/utils.c | 77 +++++++++++++++++++++------------------ dlls/wined3d/wined3d_private.h | 2 +- 3 files changed, 43 insertions(+), 38 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=24fbe9f2ecfdac12dcf7af...