Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-29 Thread Jason Ekstrand
On Mon, Apr 29, 2013 at 2:11 AM, Pekka Paalanen wrote: > On Sat, 27 Apr 2013 15:18:29 -0500 > Jason Ekstrand wrote: > > > Sorry to spam the list, but I had another idea kicking around my head > > this weekend that I thought was worth sharing. Please note that I > > don't think this is a stopper

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-29 Thread Jason Ekstrand
On Mon, Apr 29, 2013 at 5:16 AM, Pekka Paalanen wrote: > On Mon, 29 Apr 2013 09:40:56 +0200 > David Herrmann wrote: > > > Hi Pekka > > > > On Mon, Apr 29, 2013 at 8:58 AM, Pekka Paalanen > > wrote: > > > On Fri, 26 Apr 2013 11:38:12 -0500 > > > Jason Ekstrand wrote: > > > > > >> On Fri, Apr 26

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-29 Thread Pekka Paalanen
On Mon, 29 Apr 2013 09:40:56 +0200 David Herrmann wrote: > Hi Pekka > > On Mon, Apr 29, 2013 at 8:58 AM, Pekka Paalanen > wrote: > > On Fri, 26 Apr 2013 11:38:12 -0500 > > Jason Ekstrand wrote: > > > >> On Fri, Apr 26, 2013 at 9:14 AM, Jason Ekstrand > >> wrote: > >> > >> > pq, > >> > > >> > O

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-29 Thread David Herrmann
Hi On Mon, Apr 29, 2013 at 9:11 AM, Pekka Paalanen wrote: > On Sat, 27 Apr 2013 15:18:29 -0500 > Jason Ekstrand wrote: > >> Sorry to spam the list, but I had another idea kicking around my head >> this weekend that I thought was worth sharing. Please note that I >> don't think this is a stopper

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-29 Thread David Herrmann
Hi Pekka On Mon, Apr 29, 2013 at 8:58 AM, Pekka Paalanen wrote: > On Fri, 26 Apr 2013 11:38:12 -0500 > Jason Ekstrand wrote: > >> On Fri, Apr 26, 2013 at 9:14 AM, Jason Ekstrand >> wrote: >> >> > pq, >> > >> > On Fri, Apr 26, 2013 at 7:09 AM, David Herrmann >> > wrote: >> > >> >> Hi Pekka >> >>

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-29 Thread Pekka Paalanen
On Sat, 27 Apr 2013 15:18:29 -0500 Jason Ekstrand wrote: > Sorry to spam the list, but I had another idea kicking around my head > this weekend that I thought was worth sharing. Please note that I > don't think this is a stopper. I just think it's worth throwing out > there and seeing if others

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-28 Thread Pekka Paalanen
On Fri, 26 Apr 2013 11:38:12 -0500 Jason Ekstrand wrote: > On Fri, Apr 26, 2013 at 9:14 AM, Jason Ekstrand > wrote: > > > pq, > > > > On Fri, Apr 26, 2013 at 7:09 AM, David Herrmann > > wrote: > > > >> Hi Pekka > >> ... > >> > How's this? > >> > > >> http://cgit.collabora.com/git/user/pq/weston.

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-27 Thread Jason Ekstrand
Sorry to spam the list, but I had another idea kicking around my head this weekend that I thought was worth sharing. Please note that I don't think this is a stopper. I just think it's worth throwing out there and seeing if others think it's useful. I don't think there are any major holes in com

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-26 Thread Jason Ekstrand
pq, On Fri, Apr 26, 2013 at 7:09 AM, David Herrmann wrote: > Hi Pekka > > On Fri, Apr 26, 2013 at 1:12 PM, Pekka Paalanen > wrote: > >> > > diff --git a/protocol/subsurface.xml b/protocol/subsurface.xml > >> > > new file mode 100644 > >> > > index 000..60b4002 > >> > > --- /dev/null > >> > >

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-26 Thread David Herrmann
Hi Pekka On Fri, Apr 26, 2013 at 1:12 PM, Pekka Paalanen wrote: >> > > diff --git a/protocol/subsurface.xml b/protocol/subsurface.xml >> > > new file mode 100644 >> > > index 000..60b4002 >> > > --- /dev/null >> > > +++ b/protocol/subsurface.xml >> > > @@ -0,0 +1,236 @@ >> > > + >> > > + >> >

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-26 Thread Pekka Paalanen
On Fri, 26 Apr 2013 12:02:52 +0300 Pekka Paalanen wrote: > On Thu, 25 Apr 2013 16:47:15 +0200 > David Herrmann wrote: > > > Hi Pekka > > > > On Thu, Apr 25, 2013 at 12:57 PM, Pekka Paalanen > > wrote: > > > Add protocol for sub-surfaces, wl_subcompositor as the global interface, > > > and wl

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-26 Thread Pekka Paalanen
On Thu, 25 Apr 2013 16:47:15 +0200 David Herrmann wrote: > Hi Pekka > > On Thu, Apr 25, 2013 at 12:57 PM, Pekka Paalanen wrote: > > Add protocol for sub-surfaces, wl_subcompositor as the global interface, > > and wl_subsurface as the per-surface interface extension. > > > > This patch is meant

Re: [PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-25 Thread David Herrmann
Hi Pekka On Thu, Apr 25, 2013 at 12:57 PM, Pekka Paalanen wrote: > Add protocol for sub-surfaces, wl_subcompositor as the global interface, > and wl_subsurface as the per-surface interface extension. > > This patch is meant to be reverted, once sub-surfaces are moved into > Wayland core. > > Chan

[PATCH weston v3 01/13] protocol: add sub-surfaces

2013-04-25 Thread Pekka Paalanen
Add protocol for sub-surfaces, wl_subcompositor as the global interface, and wl_subsurface as the per-surface interface extension. This patch is meant to be reverted, once sub-surfaces are moved into Wayland core. Changes in v2: - Rewrite wl_subcompositor.get_subsurface description, and move map