<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No static entry point for glQueryCounter and other entry points in ARB_timer_query"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90325#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No static entry point for glQueryCounter and other entry points in ARB_timer_query"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90325">bug 90325</a>
              from <span class="vcard"><a class="email" href="mailto:nmcveity@gmail.com" title="nmcveity@gmail.com">nmcveity@gmail.com</a>
</span></b>
        <pre>Looking at gl_API.xml, it appears to me that static_dispatch="false" should
have been removed when the 3.3 support was added. If I remove static_dispatch
from the functions in the ARB_timer_query category, then build, the generated
shared object contains the missing entry points:

nick@the-citadel:~/Projects/mesa$ nm -D
build/linux-x86_64-debug/mesa/drivers/x11/libGL.so | grep glQueryCounter
00000000000a0990 T glQueryCounter</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>