Re: surface buffer cardinality and outputs

2013-03-23 Thread Jerome Glisse
On Sat, Mar 23, 2013 at 2:59 PM, Andreas Pokorny wrote: > Hi, > > 2013/3/23 Jerome Glisse : >>> How would you transmit transformations that are not representable >>> by a matrix? Nothing says we are limited to matrices, that is also >>> just a special case. Or would you introduce that limitation i

Re: [PATCH wayland v3] protocol: Add minimize/maximize protocol

2013-03-23 Thread Scott Moreau
Hi Jason, On Sat, Mar 23, 2013 at 2:58 PM, Jason Ekstrand wrote: > Scott, > I have a few technical comments to make down below. Before I go onto > those, I want to make sure we are perfectly clear about the purpose of > this discussion. So please read the following through (multiple times > if

Re: [PATCH wayland v3] protocol: Add minimize/maximize protocol

2013-03-23 Thread Jason Ekstrand
Scott, I have a few technical comments to make down below. Before I go onto those, I want to make sure we are perfectly clear about the purpose of this discussion. So please read the following through (multiple times if needed) before going on to the technical bits. The Wayland project is primar

Re: surface buffer cardinality and outputs

2013-03-23 Thread Andreas Pokorny
Hi, 2013/3/23 Jerome Glisse : >> How would you transmit transformations that are not representable >> by a matrix? Nothing says we are limited to matrices, that is also >> just a special case. Or would you introduce that limitation in the >> protocol? > > What kind of transformation are not repres

Re: surface buffer cardinality and outputs

2013-03-23 Thread Jerome Glisse
On Fri, Mar 22, 2013 at 5:51 PM, Pekka Paalanen wrote: > On Fri, 22 Mar 2013 10:41:00 -0400 > Jerome Glisse wrote: > >> On Fri, Mar 22, 2013 at 6:35 AM, Pekka Paalanen wrote: >> > On Wed, 20 Mar 2013 13:09:48 -0400 >> > Jerome Glisse wrote: >> > >> >> On Wed, Mar 20, 2013 at 4:32 AM, RenoX wro

[RFC wayland] Add server-side dispatchers support

2013-03-23 Thread Jason Ekstrand
Devs, This patch adds support on the server half of the library for dispatchers. While being a bit of a hack, it adds dispatchers without touching any exposed structures so it does not break API or ABI. The one downside is that programs taking advantage of this cannot edit the dispatching informat

Re: [PATCH weston] evdev: Handle SYN_DROPPED, query the state of buttons

2013-03-23 Thread Jonas Ådahl
On Mon, Mar 18, 2013 at 10:35 AM, Martin Minarik wrote: > When the kernel event queue overruns, the evdev.c will: > 1. Skip events until and up to the next SYN_REPORT > 2. Notify the compositor of the lag, the compositor can specify >a key range of a key buttons to query the state of. The comp

Re: [RFC v2] protocol: Introduce foreign surface protocol

2013-03-23 Thread Jonas Ådahl
On Sat, Mar 23, 2013 at 2:15 AM, Bill Spitzak wrote: > Jonas Ådahl wrote: > >> There are two clients (A and B) that can communicate via some IPC >> mechanism where A is the main process and B is a render process. B >> renders to a surface and A decides its visibility and position. Below >> follows

Re: [RFC v2] protocol: Introduce foreign surface protocol

2013-03-23 Thread Jonas Ådahl
On Fri, Mar 22, 2013 at 5:06 PM, Jason Ekstrand wrote: > Hi Jonas, Hi Jason, > I'm really starting to like the look of this. However there are > still a few sticky spots. First: How do you plan to handle resizing in > a sane way? Do you plan to do that entirely through the external IPC > mecha