[Mesa-dev] --enable-glx-tls not working?

Boxiang Sun daetalusun at gmail.com
Fri Oct 17 12:41:17 PDT 2014


Thanks for the replies! And sorry for the inaccurate title.

2014-10-18 2:21 GMT+08:00 Matt Turner <mattst88 at gmail.com>:

> On Fri, Oct 17, 2014 at 9:18 AM, Boxiang Sun <daetalusun at gmail.com> wrote:
> > Hi,
> >
> > I build mesa with --enable-glx-tls option. But when use
> > nm libGL.so.1.2.0 | grep glapi
> >
> > it still show these:
> >                  U _glapi_get_dispatch_table_size
> >                  U _glapi_get_proc_address
> >                  U _glapi_get_proc_offset
> >                  U _glapi_set_context
> >                  U _glapi_set_dispatch
> >                  U _glapi_tls_Dispatch
> >
> > Why the _glapi_tls_Dispatch still undefined? Did I miss anything?
> >
> > Regards,
> > Sun
>
> U means undefined -- usually defined in another library. In this case,
> they're defined in libglapi.so, which libGL.so depends on.
>
> So, all of t his is expected.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141018/4c91873b/attachment.html>


More information about the mesa-dev mailing list