Mir

Comment 2 for bug 1284597

Revision history for this message
Alan Griffiths (alan-griffiths) wrote : Re: nested render_surfaces fails on N4

The immediate cause is that in a nested process there is no current EGL context when run_mir() calls the init code. However, the example code that initialises the buffers assumes there's an existing EGL context.

It seems there is a current egl context when not running in nested mode (but it isn't obvious that there should be).