Re: [RFC PATCH weston] rpi: Add support for EGL buffers

2013-10-02 Thread Daniel Stone
Hi, On 1 October 2013 18:50, Kristian Høgsberg wrote: > On Tue, Oct 01, 2013 at 12:53:03PM +0200, Tomeu Vizoso wrote: >> The EGL implementation on the RPi allocates a front and a back >> DispmanX resources for each EGLSurface, which we composite along >> the others. > > Is this something you want

Re: [RFC PATCH weston] rpi: Add support for EGL buffers

2013-10-01 Thread Kristian Høgsberg
On Tue, Oct 01, 2013 at 12:53:03PM +0200, Tomeu Vizoso wrote: > The EGL implementation on the RPi allocates a front and a back > DispmanX resources for each EGLSurface, which we composite along > the others. Is this something you want in 1.3? We're the RC phase now and I hope to release 1.3 this

Re: [RFC PATCH weston] rpi: Add support for EGL buffers

2013-10-01 Thread Daniel Stone
Hi, On 1 October 2013 05:53, Tomeu Vizoso wrote: > The EGL implementation on the RPi allocates a front and a back > DispmanX resources for each EGLSurface, which we composite along > the others. > --- > > Remaining issues: > > * The EGL side isn't sending sync messages from SwapBuffers while wait

[RFC PATCH weston] rpi: Add support for EGL buffers

2013-10-01 Thread Tomeu Vizoso
The EGL implementation on the RPi allocates a front and a back DispmanX resources for each EGLSurface, which we composite along the others. --- Remaining issues: * The EGL side isn't sending sync messages from SwapBuffers while waiting for buffer.release events, so it requires weston to post th