Re: [Mesa-dev] [PATCH v3 1/2] configure.ac: Enable GLX_USE_TLS if possible.

2012-02-15 Thread tf (mobile)
Even if the system supports tls, the x server may not have been built with it. As i recall, there is an issue with mismatching tls between x and drivers... Can a non-tls server load a tls driver? Anyway, if there's an issue there, this check must be more complicated -- it can't be just, "does

Re: [Mesa-dev] [PATCH v3 2/2] GLX_TLS: use TLS macros when define those TLS variables.

2012-02-15 Thread tf (mobile)
Personally i don't care much about non-autoconf builds, but as this relies on a -DTLS= setting during configuration time, it will break non-ac builds (which need tls), no? Other than that, LGTM. -tom On 15.02.2012, at 12:41, zhigang.g...@linux.intel.com wrote: > From: Zhigang Gong > > Use t