[PATCH weston] compositor: add a layer clipping mechanism

2013-08-10 Thread Giulio Camuffo
this adds a mechanism to clip the surfaces belonging to a layer to an arbitrary rect --- This is a rebase and v2 of http://lists.freedesktop.org/archives/wayland-devel/2013-April/008548.html I'm using this functionality in my shell plugin (https://github.com/giucam/orbital/tree/workspaces) to i

Re: [PATCH weston] compositor: add a layer clipping mechanism

2013-04-23 Thread Pekka Paalanen
On Tue, 23 Apr 2013 15:01:18 +0200 Giulio Camuffo wrote: > 2013/4/23 Pekka Paalanen > > > On Mon, 8 Apr 2013 14:31:53 +0200 > > Giulio Camuffo wrote: > > > > > this adds a mechanism to clip the surfaces belonging to a layer > > > to an arbitrary rect > > > > Hi Giulio, > > > > I don't have an

Re: [PATCH weston] compositor: add a layer clipping mechanism

2013-04-23 Thread Giulio Camuffo
2013/4/23 Pekka Paalanen > On Mon, 8 Apr 2013 14:31:53 +0200 > Giulio Camuffo wrote: > > > this adds a mechanism to clip the surfaces belonging to a layer > > to an arbitrary rect > > Hi Giulio, > > I don't have anything against the idea of clipping layers, but the > implementation below is puz

Re: [PATCH weston] compositor: add a layer clipping mechanism

2013-04-23 Thread Pekka Paalanen
On Mon, 8 Apr 2013 14:31:53 +0200 Giulio Camuffo wrote: > this adds a mechanism to clip the surfaces belonging to a layer > to an arbitrary rect Hi Giulio, I don't have anything against the idea of clipping layers, but the implementation below is puzzling. > --- > > I'm using this functional

[PATCH weston] compositor: add a layer clipping mechanism

2013-04-08 Thread Giulio Camuffo
this adds a mechanism to clip the surfaces belonging to a layer to an arbitrary rect --- I'm using this functionality in my shell plugin (https://github.com/giucam/orbital/tree/workspaces) to implement workspaces. See http://www.youtube.com/watch?v=_o-sKdyUPO8 for a screencast. As you see there i