Re: [PATCH weston v2 7/7] pixman-renderer: implement surface_copy_content

2015-02-25 Thread Pekka Paalanen
On Wed, 25 Feb 2015 11:58:43 + Daniel Stone wrote: > Hi, > > On 25 February 2015 at 11:11, Pekka Paalanen > wrote: > > this series is also available at: > > http://cgit.collabora.com/git/user/pq/weston.git/log/?h=surface-shot-2 > > > > The main change since v1 is removing the stride and pix

Re: [PATCH weston v2 7/7] pixman-renderer: implement surface_copy_content

2015-02-25 Thread Daniel Stone
Hi, On 25 February 2015 at 11:11, Pekka Paalanen wrote: > this series is also available at: > http://cgit.collabora.com/git/user/pq/weston.git/log/?h=surface-shot-2 > > The main change since v1 is removing the stride and pixel format > arguments from the copy_content API. These are now documented

Re: [PATCH weston v2 7/7] pixman-renderer: implement surface_copy_content

2015-02-25 Thread Pekka Paalanen
On Wed, 25 Feb 2015 13:06:03 +0200 Pekka Paalanen wrote: > From: Pekka Paalanen > > Changes in v2: > - remove stride and format arguments from the API > > Signed-off-by: Pekka Paalanen > v1 Tested-by: Nobuhiko Tanibata > --- > src/pixman-renderer.c | 52 > ++

[PATCH weston v2 7/7] pixman-renderer: implement surface_copy_content

2015-02-25 Thread Pekka Paalanen
From: Pekka Paalanen Changes in v2: - remove stride and format arguments from the API Signed-off-by: Pekka Paalanen v1 Tested-by: Nobuhiko Tanibata --- src/pixman-renderer.c | 52 +++ 1 file changed, 52 insertions(+) diff --git a/src/pixman-ren