Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-15 Thread Ander Conselvan de Oliveira
On 07/16/2013 07:48 AM, Kristian Høgsberg wrote: There's a few important things to notice in the nested example: [...] - There is some kind of issue in there that looks like nested only runs at half the frame rate. I suspect we're waiting for the frame events or sending them out to

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-15 Thread Kristian Høgsberg
On Mon, Jul 08, 2013 at 11:13:15PM -0700, yan.w...@linux.intel.com wrote: > Hi, > I have implemented Wayland buffer sharing mechanism in WebKit2-efl based > on nested client example. Nested client share buffer from one nested > client to nesting client which is the Wayland server of nested client

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-15 Thread Kristian Høgsberg
On Mon, Jul 08, 2013 at 09:38:26AM +0200, Jonas Ådahl wrote: > On Mon, Jul 8, 2013 at 8:05 AM, Iago Toral wrote: > > Hi, > > > > I am working on porting WebKitGTK+ to Wayland and we are having some > > difficulties figuring out the proper way to deal with the multiprocess > > architecture introduc

[PATCH weston] window: fix NULL pointer dereference

2013-07-15 Thread Mariusz Ceier
NULL pointer dereference happens when input->focus_widget == NULL and input->grab == NULL. Signed-off-by: Mariusz Ceier --- clients/window.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/clients/window.c b/clients/window.c index cbfe12f..9933cb9 100644 --

[PATCH] Add option to not install wayland-scanner

2013-07-15 Thread Mike Lothian
Hi I compile wayland for both 32bit and 64bit concurrently but unfortunately the 32bit wayland-scanner always took precedence over the 64bit one I worked around this by disabling the 32bit build of wayland-scanner This had the unforeseen issue of creating different headers between the 32bit and

Re: Wayland and Weston 1.2.0 released

2013-07-15 Thread Richard Hughes
On 13 July 2013 07:13, Kristian Høgsberg wrote: > We have a 1.2.0 release of Wayland and Weston: Awesome news. Builds now available for Fedora Rawhide and Fedora 19. Richard. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lis

Re: [PATCH] build: Add Android.mk script to build wayland libraries as external library of Android

2013-07-15 Thread Marc Chalain
Hello, To demonstrate Android on wayland, I attach a picture with weston running on STE Snowball board (ARM PCU + Mali GPU) current git version with some specific modifications. Weston uses the framebuffer compositor (fbdev). Weston is build with Linaro toolchain and the glibc corresponding. Inside

[PATCH] build: Add Android.mk script to build wayland libraries as external library of Android

2013-07-15 Thread mchalain [marc.chal...@gmail.com]
From: mchalain The Wayland directory has to be inside "external" directory of Android tree. On some old Android bionic version wayland needs an extra support for timerfd_create and signalfd. To pass this problem, I develop a "libglibcpatches" which implement this syscalls. You will can find thi