Re: [RFC 0/4] New wayland-egl functions for swapping

2013-03-19 Thread John Kåre Alsaker
wl_egl_window_take_buffer might also facilitate sharing wl_buffers between processes. On Mon, Mar 4, 2013 at 1:51 PM, John Kåre Alsaker wrote: > On Mon, Mar 4, 2013 at 11:56 AM, Pekka Paalanen wrote: >> On Mon, 4 Mar 2013 11:12:23 +0100 >> John Kåre Alsaker wrote: >> >>> On Mon, Mar 4, 2013 at

Re: [RFC 0/4] New wayland-egl functions for swapping

2013-03-04 Thread John Kåre Alsaker
On Mon, Mar 4, 2013 at 11:56 AM, Pekka Paalanen wrote: > On Mon, 4 Mar 2013 11:12:23 +0100 > John Kåre Alsaker wrote: > >> On Mon, Mar 4, 2013 at 9:48 AM, Pekka Paalanen wrote: >> > On Sun, 3 Mar 2013 02:26:10 +0100 >> > John Kåre Alsaker wrote: >> > >> >> This patchset introduces wl_egl_windo

Re: [RFC 0/4] New wayland-egl functions for swapping

2013-03-04 Thread Pekka Paalanen
On Mon, 4 Mar 2013 11:12:23 +0100 John Kåre Alsaker wrote: > On Mon, Mar 4, 2013 at 9:48 AM, Pekka Paalanen wrote: > > On Sun, 3 Mar 2013 02:26:10 +0100 > > John Kåre Alsaker wrote: > > > >> This patchset introduces wl_egl_window_take_buffer and > >> wl_egl_window_commit to the native wayland

Re: [RFC 0/4] New wayland-egl functions for swapping

2013-03-04 Thread John Kåre Alsaker
On Mon, Mar 4, 2013 at 9:48 AM, Pekka Paalanen wrote: > On Sun, 3 Mar 2013 02:26:10 +0100 > John Kåre Alsaker wrote: > >> This patchset introduces wl_egl_window_take_buffer and wl_egl_window_commit >> to the native wayland-egl platform. >> >> wl_egl_window_take_buffer gives a way to get a wl_bu

Re: [RFC 0/4] New wayland-egl functions for swapping

2013-03-04 Thread Pekka Paalanen
On Sun, 3 Mar 2013 02:26:10 +0100 John Kåre Alsaker wrote: > This patchset introduces wl_egl_window_take_buffer and wl_egl_window_commit > to the native wayland-egl platform. > > wl_egl_window_take_buffer gives a way to get a wl_buffer from an > wl_egl_window. > The application is expected to

[RFC 0/4] New wayland-egl functions for swapping

2013-03-02 Thread John Kåre Alsaker
This patchset introduces wl_egl_window_take_buffer and wl_egl_window_commit to the native wayland-egl platform. wl_egl_window_take_buffer gives a way to get a wl_buffer from an wl_egl_window. The application is expected to attach this to one or multiple wl_surfaces and the EGL implementation wil