Comment 43 for bug 1620934

Revision history for this message
Timo Aaltonen (tjaalton) wrote : Re: Qt/QML apps don't render any more (logs say "QEGLPlatformContext: eglMakeCurrent failed: 3001")

    Without this, if a configuration is, say, available only on GLES2/3, but
    not on GLES1, and is rejected by the dri module's bindContext call,
    eglMakeCurrent fails with error "EGL_SUCCESS".

    In this patch, we set error to EGL_BAD_MATCH, which is what CTS/dEQP
    dEQP-EGL.functional.surfaceless_context expect.