<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DRI3 rendering gets stuck waiting for present idle notify event"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84252#c36">Comment # 36</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DRI3 rendering gets stuck waiting for present idle notify event"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84252">bug 84252</a>
              from <span class="vcard"><a class="email" href="mailto:axel.davy@ens.fr" title="Axel Davy <axel.davy@ens.fr>"> <span class="fn">Axel Davy</span></a>
</span></b>
        <pre>After looking more carefully, it looks like the glx api
is designed to be used a single-threaded way : a glx context
can be used only in one thread.

It may be a problem with the fact it is using the xcb connection from Xlib. If
firefox is using Xlib in another thread, it would lead to problems (I faced
this bug when writing Present support for gallium nine).

I'll soon send a patch to make it use a different xcb connection, with another
small fix, and it may solve the bug.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>