wined3d: Pass the destination pitch to format conversion functions.
commit24fbe9f2ecfdac12dcf7af49f03d7624d6c77494
authorStefan Dösinger <stefan@codeweavers.com>
Fri, 20 Sep 2013 11:04:49 +0000 (20 13:04 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 20 Sep 2013 15:04:04 +0000 (20 17:04 +0200)
tree98a24c02d03281d15a63d9b94ad04dea8ed8a675
parent0fb3aaac1044ee0020ddf7654f838ed008dd0bff
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
dlls/wined3d/utils.c
dlls/wined3d/wined3d_private.h