Re: [PATCH v14 19/41] compositor-drm: Extract buffer->plane co-ord translation

2018-03-05 Thread Pekka Paalanen
On Fri, 2 Mar 2018 16:32:20 + Daniel Stone wrote: > Hi Pekka, > Thanks for the explanation; I'm not sure why it's requiring so much > mental contortion on my end. :\ Hi Daniel, no worries, the issue both easy to dismiss as simply rounding, and hard to trigger in the

Re: [PATCH v14 19/41] compositor-drm: Extract buffer->plane co-ord translation

2018-03-02 Thread Daniel Stone
Hi Pekka, Thanks for the explanation; I'm not sure why it's requiring so much mental contortion on my end. :\ On 26 February 2018 at 08:30, Pekka Paalanen wrote: > On Fri, 23 Feb 2018 17:25:49 + Daniel Stone wrote: >> Hm ... I am feeling

Re: [PATCH v14 19/41] compositor-drm: Extract buffer->plane co-ord translation

2018-02-26 Thread Pekka Paalanen
On Fri, 23 Feb 2018 17:25:49 + Daniel Stone wrote: > Hi Pekka, > > On 23 January 2018 at 14:20, Pekka Paalanen wrote: > > On Wed, 20 Dec 2017 12:26:36 + Daniel Stone > > wrote: > >> + if (sx1 < 0) > >> +

Re: [PATCH v14 19/41] compositor-drm: Extract buffer->plane co-ord translation

2018-02-23 Thread Daniel Stone
Hi Pekka, On 23 January 2018 at 14:20, Pekka Paalanen wrote: > On Wed, 20 Dec 2017 12:26:36 + Daniel Stone wrote: >> + if (sx1 < 0) >> + sx1 = 0; >> + if (sy1 < 0) >> + sy1 = 0; >> + if (sx2 >

Re: [PATCH v14 19/41] compositor-drm: Extract buffer->plane co-ord translation

2018-01-23 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:36 + Daniel Stone wrote: > Pull this into a helper function, so we can use it everywhere. > > Signed-off-by: Daniel Stone > --- > libweston/compositor-drm.c | 157 > + > 1

[PATCH v14 19/41] compositor-drm: Extract buffer->plane co-ord translation

2017-12-20 Thread Daniel Stone
Pull this into a helper function, so we can use it everywhere. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 157 + 1 file changed, 88 insertions(+), 69 deletions(-) diff --git a/libweston/compositor-drm.c