Re: [PATCH weston v3 14/17] compositor: check viewport source rect validity

2016-05-06 Thread Pekka Paalanen
On Wed, 4 May 2016 18:02:57 -0700 Bryce Harrington wrote: > On Tue, Apr 26, 2016 at 03:51:06PM +0300, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > wp_viewporter spec requires protocol errors when the viewport is outside > > the buffer area. > > > > The viewport is checked in wl_surfa

Re: [PATCH weston v3 14/17] compositor: check viewport source rect validity

2016-05-04 Thread Bryce Harrington
On Tue, Apr 26, 2016 at 03:51:06PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > wp_viewporter spec requires protocol errors when the viewport is outside > the buffer area. > > The viewport is checked in wl_surface.commit handler as the error needs > to be delivered as a reply to the c

[PATCH weston v3 14/17] compositor: check viewport source rect validity

2016-04-26 Thread Pekka Paalanen
From: Pekka Paalanen wp_viewporter spec requires protocol errors when the viewport is outside the buffer area. The viewport is checked in wl_surface.commit handler as the error needs to be delivered as a reply to the commit, not at state apply time later (e.g. with synchronized sub-surfaces, or