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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev > _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
