<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - glXQueryServerString is weirdly restrictive"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110310">110310</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>glXQueryServerString is weirdly restrictive
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>GLX
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ajax@nwnk.net
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>(This is with reference to src/glx/glxcmds.c; other implementations in the tree
might have similar issues, I haven't checked)

In principle you might want to query GLX_VENDOR_NAMES_EXT if you're trying to
do something clever with glvnd; other strings are imaginable for other possible
extensions. But at the moment the call to __glXQueryServerString is
unreachable, because of the 'default: return NULL;' in the switch statement.
Part of the reason for this is that the `priv->serverXXX` strings are saved in
the GLX display state and are manually freed at shutdown. If we returned
arbitrary strings too, we'd need to track them in a hash table; and once you're
doing that, why not do that for _all_ server strings.

This probably also requires making __glXQueryServerString robust against
getting errors instead of replies.</pre>
        </div>
      </p>


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

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