<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - eglWaitClient() doesn't work as documented using DRI2 backend"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106337#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - eglWaitClient() doesn't work as documented using DRI2 backend"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106337">bug 106337</a>
              from <span class="vcard"><a class="email" href="mailto:mgorchak@qnx.com" title="Mike Gorchak <mgorchak@qnx.com>"> <span class="fn">Mike Gorchak</span></a>
</span></b>
        <pre>Just checked generic path - all works fine, here is very minor fix to the
provided fix:

+      _eglLog(_EGL_WARNING, "DRI2: failed to find glFlush entry point");

should be changed glFlush to glFinish :)

Am I understand right that this fix is not supposed to fix FBOs + surfaceless
context issue? It happens that in case of surfaceless context
dri2_wait_client() is not called at all and aborted at _eglWaitClientCommon()
function with following check:

   /* let bad current context imply bad current surface */
   if (_eglGetContextHandle(ctx) == EGL_NO_CONTEXT ||
       _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE)
      RETURN_EGL_ERROR(disp, EGL_BAD_CURRENT_SURFACE, EGL_FALSE);</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>