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

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 ito...@igalia.com wrote: 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

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

2014-01-30 Thread Iago Toral
creating the wl_client objects. Thanks, --Jason Ekstrand On Jan 30, 2014 5:35 AM, Pekka Paalanen ppaala...@gmail.com wrote: On Thu, 30 Jan 2014 10:32:03 +0100 Iago Toral ito...@igalia.com wrote: Hi, in the process of porting webkitgtk

Re: Multiprocess rendering in wayland - webkitgtk+

2013-08-16 Thread Iago Toral
/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=834f0d35d38286e723f10e8689407666b3a550bf p.s Iago Toral Quiroga: I am also available

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-10 Thread Iago Toral
. Thanks. Yan Wang On Mon, Jul 8, 2013 at 3:40 PM, Iago Toral ito...@igalia.com wrote: El 2013-07-08 08:38, Jonas Ådahl escribió: On Mon, Jul 8, 2013 at 8:05 AM, Iago Toral ito...@igalia.com wrote: Hi, I am working on porting WebKitGTK+ to Wayland and we are having some difficulties

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-09 Thread Iago Toral Quiroga
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. Thanks. Yan Wang On Mon, Jul 8, 2013 at 3:40 PM, Iago Toral ito...@igalia.com wrote: El 2013-07-08 08:38, Jonas Ã…dahl