[PATCH] Add a FreeRDP based compositor

2013-03-01 Thread hardening
This patch adds a FreeRDP based compositor. This backend waits for incoming RDP clients and sends frame updates to connected clients. Each RDP client register his own seat which make it nice to test multi-seat (with 2 RDP clients we have 2 pointers on the screen). Frame updates are done either with

Re: Expected behaviour of eglSwapBuffers and the event queue

2013-03-01 Thread Kristian Høgsberg
On Fri, Mar 1, 2013 at 6:49 AM, Pekka Paalanen wrote: > On Fri, 1 Mar 2013 12:02:38 +0800 > Sam Spilsbury wrote: > >> Hi, >> >> I'm a little confused on the behaviour of eglSwapBuffers operating on >> the event queue. At the moment, it calls wl_connection_read () on the >> display fd, which will

[PATCH] src/Makefile.am: Fix git-version.h for out of tree builds

2013-03-01 Thread Andre Heider
Use --git-dir instead of --work-tree, see http://marc.info/?l=git&m=120390208721287&w=2 Signed-off-by: Andre Heider --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2c93a7b..d56daa0 100644 --- a/src/Makefile.am +++ b/

Re: [Mesa-dev] [PATCH 3/3] wayland: Add prime fd passing as a buffer sharing mechanism

2013-03-01 Thread Ander Conselvan de Oliveira
On 02/28/2013 03:52 AM, Kristian Høgsberg wrote: diff --git a/src/egl/drivers/dri2/platform_wayland.c b/src/egl/drivers/dri2/platform_wayland.c index b5cd04a..1b42a98 100644 --- a/src/egl/drivers/dri2/platform_wayland.c +++ b/src/egl/drivers/dri2/platform_wayland.c @@ -451,6 +451,46 @@ static co

Re: [Mesa-dev] [PATCH 2/3] Add dri image entry point for creating image from fd

2013-03-01 Thread Ander Conselvan de Oliveira
On 02/28/2013 03:52 AM, Kristian Høgsberg wrote: --- include/GL/internal/dri_interface.h| 14 +++- src/mesa/drivers/dri/intel/intel_regions.c | 33 +++ src/mesa/drivers/dri/intel/intel_regions.h | 6 src/mesa/drivers/dri/intel/intel_screen.c | 53 ++

Re: Expected behaviour of eglSwapBuffers and the event queue

2013-03-01 Thread Pekka Paalanen
On Fri, 1 Mar 2013 12:02:38 +0800 Sam Spilsbury wrote: > Hi, > > I'm a little confused on the behaviour of eglSwapBuffers operating on > the event queue. At the moment, it calls wl_connection_read () on the > display fd, which will read events into the local event buffer. I > imagine it needs to

Re: [PATCH v2] shell: grab the parent popup when a sub popup window is deleted or hidden

2013-03-01 Thread Pekka Paalanen
On Thu, 28 Feb 2013 21:50:48 +0100 Giulio Camuffo wrote: > If the client opens a popup menu and submenu, when it closes or hides the > submenu the pointer grab should return to the parent menu. > Furthermore, when clicking outside the client area the popup_done event > is sent to the active popup

Re: [PATCH] rpi: add include path for platform headers

2013-03-01 Thread Pekka Paalanen
On Fri, 1 Mar 2013 09:35:20 +0100 Andre Heider wrote: > fixes compilation of weston: > In file included from /opt/vc/include/bcm_host.h:50:0, > from src/compositor-rpi.c:41: > /opt/vc/include/interface/vmcs_host/vcgencmd.h:33:27: > fatal error: vchost_config.h: No such file or

Re: [PATCH weston] Convert resources to use wl_resource_init

2013-03-01 Thread Pekka Paalanen
On Thu, 28 Feb 2013 15:05:02 -0500 Kristian Høgsberg wrote: > On Thu, Feb 28, 2013 at 01:07:35PM +0200, Pekka Paalanen wrote: > > On Wed, 27 Feb 2013 21:31:31 -0600 > > Jason Ekstrand wrote: > > > > > This patch goes along with the 4 wayland patches and updates weston to > > > build > > > agai

Re: Expected behaviour of eglSwapBuffers and the event queue

2013-03-01 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 01.03.2013 06:08, Sam Spilsbury wrote: [...] >>> 3. For roundtrip and SwapBuffers, we could make the server put some >>> data back into the fd indicating that the fd has been read and events >>> were put into the queue. That way, when main