Re: [RFC weston] compositor: Use ordered layers

2013-05-23 Thread Quentin Glidic
On 22/05/2013 22:05, Kristian Høgsberg wrote: On Tue, May 21, 2013 at 06:26:53PM +0200, Quentin Glidic wrote: From: Quentin Glidic It allows a more generic layer management that several modules can use at the same time without breaking each others’ layers. Signed-off-by: Quentin Glidic ---

Re: [RFC weston] compositor: Use ordered layers

2013-05-22 Thread Kristian Høgsberg
On Tue, May 21, 2013 at 06:26:53PM +0200, Quentin Glidic wrote: > From: Quentin Glidic > > It allows a more generic layer management that several modules can use > at the same time without breaking each others’ layers. > > Signed-off-by: Quentin Glidic > --- > > This change is incomplete but t

[RFC weston] compositor: Use ordered layers

2013-05-21 Thread Quentin Glidic
From: Quentin Glidic It allows a more generic layer management that several modules can use at the same time without breaking each others’ layers. Signed-off-by: Quentin Glidic --- This change is incomplete but the desktop shell works fine with it. The idea is to allow other modules to use la