Re: eglCreateImageKHR for nested Mir

2013-09-09 Thread Alexandros Frantzis
On Fri, Sep 06, 2013 at 09:24:16PM +0300, Alexandros Frantzis wrote: > Hi all, > > I have been working on eglCreateImageKHR for the Mir EGL platform in > Mesa, using gbm_bo as the "native pixmap" type (EGL_NATIVE_PIXMAP_KHR). > This is needed by nested Mir, but could also be useful in general. >

eglCreateImageKHR for nested Mir

2013-09-06 Thread Alexandros Frantzis
Hi all, I have been working on eglCreateImageKHR for the Mir EGL platform in Mesa, using gbm_bo as the "native pixmap" type (EGL_NATIVE_PIXMAP_KHR). This is needed by nested Mir, but could also be useful in general. The current state of the (still very hacky) WIP can be found at: lp:~afrantzis/m