Re: Mapping surfaces created through a nested compositor to UI elements

2014-01-30 Thread Iago Toral
hing them privately and manually creating the > wl_client objects. > > Thanks, > --Jason Ekstrand > > On Jan 30, 2014 5:35 AM, "Pekka Paalanen" wrote: > On Thu, 30 Jan 2014 10:32:03 +0100 > Iago Toral wrote: > > > Hi, >

Re: Mapping surfaces created through a nested compositor to UI elements

2014-01-30 Thread Iago Toral
On Thu, 2014-01-30 at 13:34 +0200, Pekka Paalanen wrote: > On Thu, 30 Jan 2014 10:32:03 +0100 > Iago Toral wrote: > > > Hi, > > > > in the process of porting webkitgtk+ to wayland and following advise > > provided here, I implemented a nested compositor to s

Mapping surfaces created through a nested compositor to UI elements

2014-01-30 Thread Iago Toral
Hi, in the process of porting webkitgtk+ to wayland and following advise provided here, I implemented a nested compositor to share surfaces between the two processes that do the rendering. This works fine with a single widget/surface, but things get a bit more complicated when dealing with various

Re: Multiprocess rendering in wayland - webkitgtk+

2013-08-15 Thread Iago Toral
> > [1] > http://lists.freedesktop.org/archives/wayland-devel/2013-July/010296.html > > [2] > https://review.tizen.org/gerrit/gitweb?p=platform/framework/web/webkit-efl.git;a=tree;f=Source/WebCore/platform/graphics/surfaces/wayland;h=050c643c6b0f0e83d20d7391570ed11909c6cad7;hb=8

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-09 Thread Iago Toral
Wang On Mon, Jul 8, 2013 at 3:40 PM, Iago Toral wrote: El 2013-07-08 08:38, Jonas Ådahl escribió: 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 mu

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-08 Thread Iago Toral Quiroga
method to use id of compositorCreateSurafce > callback of wl_compositor_surface. > In general, the idea use wl_egl_window instead of X pixmap on Web > process, and use EGL image/texture from wl_buffer to do compositing on > UI process. > Hope the above idea useful for you. > T

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-08 Thread Iago Toral
El 2013-07-08 08:38, Jonas Ådahl escribió: 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 introduced with WebKit2. In WebKit2 we

Multiprocess rendering in wayland - webkitgtk+

2013-07-07 Thread Iago Toral
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 introduced with WebKit2. In WebKit2 we have two processes that are responsible for rendering the contents of a webpage. The WebProcess