Re: [PATCH weston 08/11] compositor: ignore surface_damage with negative height or width

2015-11-26 Thread Derek Foreman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/11/15 07:21 AM, Pekka Paalanen wrote: > On Thu, 19 Nov 2015 11:15:38 -0600 Derek Foreman > wrote: > >> On 18/11/15 07:33 PM, Bill Spitzak wrote: >>> >>> >>> On Wed, Nov 18, 2015 at 2:32 PM, Derek Foreman >>> mailto:der...@osg.samsung.com>>

Re: [PATCH weston 08/11] compositor: ignore surface_damage with negative height or width

2015-11-26 Thread Pekka Paalanen
On Thu, 19 Nov 2015 11:15:38 -0600 Derek Foreman wrote: > On 18/11/15 07:33 PM, Bill Spitzak wrote: > > > > > > On Wed, Nov 18, 2015 at 2:32 PM, Derek Foreman > > wrote: > > > > If we pass negative height or width on to pixman we get error messages > > i

Re: [PATCH weston 08/11] compositor: ignore surface_damage with negative height or width

2015-11-19 Thread Derek Foreman
On 18/11/15 07:33 PM, Bill Spitzak wrote: > > > On Wed, Nov 18, 2015 at 2:32 PM, Derek Foreman > wrote: > > If we pass negative height or width on to pixman we get error messages > in the log. > > Signed-off-by: Derek Foreman

Re: [PATCH weston 08/11] compositor: ignore surface_damage with negative height or width

2015-11-18 Thread Bill Spitzak
On Wed, Nov 18, 2015 at 2:32 PM, Derek Foreman wrote: > If we pass negative height or width on to pixman we get error messages > in the log. > > Signed-off-by: Derek Foreman > --- > src/compositor.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/compositor.c b/src/compositor.c

[PATCH weston 08/11] compositor: ignore surface_damage with negative height or width

2015-11-18 Thread Derek Foreman
If we pass negative height or width on to pixman we get error messages in the log. Signed-off-by: Derek Foreman --- src/compositor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compositor.c b/src/compositor.c index 666bc15..0efb325 100644 --- a/src/compositor.c +++ b/src/composito