<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mesa 13+ breaks Xvnc (and similar X servers)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99987#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mesa 13+ breaks Xvnc (and similar X servers)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99987">bug 99987</a>
              from <span class="vcard"><a class="email" href="mailto:ossman@cendio.se" title="Pierre Ossman <ossman@cendio.se>"> <span class="fn">Pierre Ossman</span></a>
</span></b>
        <pre>So I found the code that handles this:

<a href="https://github.com/NVIDIA/libglvnd/blob/470fc824a38521a52707c6c0f59d827aa5e0f45a/src/GLX/libglxmapping.c#L519-L600">https://github.com/NVIDIA/libglvnd/blob/470fc824a38521a52707c6c0f59d827aa5e0f45a/src/GLX/libglxmapping.c#L519-L600</a>

And "indirect" is indeed a poorly named fallback.

It also reveals that the required magic is not the GLX version, but rather a
GLX extension. Which unfortunately wasn't added until xorg-server 1.19. So all
but the latest fails to support this new mechanism.

In that case, is there any compelling reason why the fallback shouldn't always
be mesa?</pre>
        </div>
      </p>


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

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