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
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
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
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
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
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