Re: Sharing wl display/surface with another process.

2018-03-02 Thread Pekka Paalanen
On Fri, 02 Mar 2018 15:12:40 +0200 Maksim Sisov wrote: > Hi, > > I have a question about a proper client side of implementation of > wayland with egl. > > The idea is that we have wayland ui related stuff on ui process > (creating wayland window, managing mouse/keyboard

Sharing wl display/surface with another process.

2018-03-02 Thread Maksim Sisov
Hi, I have a question about a proper client side of implementation of wayland with egl. The idea is that we have wayland ui related stuff on ui process (creating wayland window, managing mouse/keyboard inputs and etc), and have egl related stuff created and rendering on another gpu process.