Re: [PATCH wayland-protocols 1/2] stable: add viewporter draft

2016-04-19 Thread Pekka Paalanen
On Mon, 18 Apr 2016 15:16:39 +0100 Daniel Stone wrote: > Hi, > > On 15 April 2016 at 15:53, Pekka Paalanen wrote: > > + This interface allows to define the source rectangle (src_x, > > + src_y, src_width, src_height) from where to take the wl_buffer > > + contents, and scale that

Re: [PATCH wayland-protocols 1/2] stable: add viewporter draft

2016-04-19 Thread Pekka Paalanen
On Mon, 18 Apr 2016 07:15:28 -0500 Yong Bakos wrote: > On Apr 15, 2016, at 9:53 AM, Pekka Paalanen wrote: > > > > From: Pekka Paalanen > > > > This XML file has been copied verbatim from Weston 1.10.0 release, > > protocol/scaler.xml. > > > > The interfaces still need renaming according to w

Re: [PATCH wayland-protocols 1/2] stable: add viewporter draft

2016-04-18 Thread Daniel Stone
Hi, On 15 April 2016 at 15:53, Pekka Paalanen wrote: > + This interface allows to define the source rectangle (src_x, > + src_y, src_width, src_height) from where to take the wl_buffer > + contents, and scale that to destination size (dst_width, > + dst_height). This state is

Re: [PATCH wayland-protocols 1/2] stable: add viewporter draft

2016-04-18 Thread Yong Bakos
On Apr 15, 2016, at 9:53 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > This XML file has been copied verbatim from Weston 1.10.0 release, > protocol/scaler.xml. > > The interfaces still need renaming according to wayland-protocols > policy. Also a redundant request needs to be removed

[PATCH wayland-protocols 1/2] stable: add viewporter draft

2016-04-15 Thread Pekka Paalanen
From: Pekka Paalanen This XML file has been copied verbatim from Weston 1.10.0 release, protocol/scaler.xml. The interfaces still need renaming according to wayland-protocols policy. Also a redundant request needs to be removed. These will be done in a follow-up patch to clearly show the changes