[Mesa-dev] [Bug 90325] No static entry point for glQueryCounter and other entry points in ARB_timer_query

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 5 13:49:14 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90325

--- Comment #4 from nmcveity at gmail.com ---
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 at the-citadel:~/Projects/mesa$ nm -D
build/linux-x86_64-debug/mesa/drivers/x11/libGL.so | grep glQueryCounter
00000000000a0990 T glQueryCounter

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150505/9a6bda06/attachment.html>


More information about the mesa-dev mailing list