after the drivers transition to supporting MirRenderSurface, the egl creation starts to look like this:
MirRenderSurface* rs = mir_connection_create_render_surface_sync(connection, width, height); EGLSurface eglsurface = eglCreateWindowSurface(egldisplay, eglconfig, rs, NULL); And, since the majority of use cases that are transitioning were probably relying on implicit resize messages affecting the buffer stream, could probably come up with a helper function for the single MirSurface in the MirWindow case. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1667014 Title: If no pixel format is set for a window it hangs when requesting a buffer Status in Mir: Invalid Status in mir package in Ubuntu: New Bug description: If no pixel format is set when creating a window the request for a buffer hangs. An example would be to comment out setting the pixel format in eglapp.c then running any egl client demo. http://paste.ubuntu.com/24047858/ To manage notifications about this bug go to: https://bugs.launchpad.net/mir/+bug/1667014/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp