[Mesa-dev] --enable-glx-tls not working?
Emil Velikov
emil.l.velikov at gmail.com
Fri Oct 17 09:53:19 PDT 2014
On 17/10/14 17:18, Boxiang Sun 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?
>
Good question :)
On my system almost every imported symbol in each library is marked as U
(undefined) - open, close, malloc, free, pthread*... Whereas to why -
that I have no clue about.
Note this does not mean that tls enabled mesa is "not working" - I've
been using tls enabled mesa for 5+ years :)
If tls mesa is not working for you feel free to open a bugreport.
Cheers,
Emil
> Regards,
> Sun
>
>
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
More information about the mesa-dev
mailing list