Re: [PATCH] glamor: Fix XvPutImage when src_y != 0

2016-03-08 Thread Adam Jackson
On Wed, 2016-02-10 at 16:40 +0100, Hans de Goede wrote: > We already take src_y into account when uploading the src data by > starting at the top line of the src data when uploading. > > Adjust src_y accordingly when rendering. > > Signed-off-by: Hans de Goede remote: I: patch #73155 updated us

[PATCH] glamor: Fix XvPutImage when src_y != 0

2016-02-10 Thread Hans de Goede
We already take src_y into account when uploading the src data by starting at the top line of the src data when uploading. Adjust src_y accordingly when rendering. Signed-off-by: Hans de Goede --- glamor/glamor_xv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glamor/glam