RE: egl image creation in case of atomic

2018-09-13 Thread Hosokawa, Kenji (ADITG/ESB)
> -Original Message- > From: Pekka Paalanen > Sent: Dienstag, 11. September 2018 16:35 > To: Hosokawa, Kenji (ADITG/ESB) > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: egl image creation in case of atomic > > On Tue, 11 Sep 2018 16:10:17 +0300

Re: egl image creation in case of atomic

2018-09-11 Thread Pekka Paalanen
On Tue, 11 Sep 2018 16:10:17 +0300 Pekka Paalanen wrote: > On Tue, 11 Sep 2018 12:47:15 + > "Hosokawa, Kenji (ADITG/ESB)" wrote: > > > We would like to discuss the following part. > > >Creating egl images are not needed at all, when the client buffer > > >can be imported to a DRM plane.

Re: egl image creation in case of atomic

2018-09-11 Thread Pekka Paalanen
On Tue, 11 Sep 2018 12:47:15 + "Hosokawa, Kenji (ADITG/ESB)" wrote: > We would like to discuss the following part. > >Creating egl images are not needed at all, when the client buffer > >can be imported to a DRM plane. We would like to reduce CPU usage of > >weston in that case. Hi, ok,

RE: egl image creation in case of atomic

2018-09-11 Thread Hosokawa, Kenji (ADITG/ESB)
> -Original Message- > From: Pekka Paalanen > Sent: Dienstag, 11. September 2018 13:20 > To: Hosokawa, Kenji (ADITG/ESB) > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: egl image creation in case of atomic > > On Tue, 28 Aug 2018 12:10:06 + >

Re: egl image creation in case of atomic

2018-09-11 Thread Pekka Paalanen
On Tue, 28 Aug 2018 12:10:06 + "Hosokawa, Kenji (ADITG/ESB)" wrote: > Hi, > > When eglSwapInterval is 0, clients may send buffers without waiting > frame callbacks. Currently, egl image is created when a buffer is > committed from client. But egl image is only needed, when gl-renderer > is

RE: egl image creation in case of atomic

2018-09-10 Thread Hosokawa, Kenji (ADITG/ESB)
> -Original Message- > From: wayland-devel On Behalf > Of Hosokawa, Kenji (ADITG/ESB) > Sent: Dienstag, 28. August 2018 14:32 > To: wayland-devel@lists.freedesktop.org > Subject: egl image creation in case of atomic > > Hi, > > When eglSwapInterval

egl image creation in case of atomic

2018-08-28 Thread Hosokawa, Kenji (ADITG/ESB)
Hi, When eglSwapInterval is 0, clients may send buffers without waiting frame callbacks. Currently, egl image is created when a buffer is committed from client. But egl image is only needed, when gl-renderer is used to render the framebuffer. Creating an egl image in every commit causes