Re: [Mesa-dev] [PATCH] Define GLX_USE_TLS when the user asks for TLS.

2011-02-22 Thread Dan Nicholson
On Mon, Feb 21, 2011 at 9:11 PM, Chia-I Wu wrote: > On Mon, Feb 21, 2011 at 8:12 PM, Tom Fogal wrote: >> From: Tom Fogal >> >> Without this, we do not actually respect the request for TLS. > What is your setup?  The macro should be defined as part of $(CFLAGS). >  It may not be a good practice a

Re: [Mesa-dev] [PATCH] Define GLX_USE_TLS when the user asks for TLS.

2011-02-22 Thread Chia-I Wu
On Mon, Feb 21, 2011 at 10:39 PM, tom fogal wrote: > Chia-I Wu writes: >> On Mon, Feb 21, 2011 at 8:12 PM, Tom Fogal wrote: >> > From: Tom Fogal >> > >> > Without this, we do not actually respect the request for TLS. >> >> What is your setup? > >    ./configure                           \ >    

Re: [Mesa-dev] [PATCH] Define GLX_USE_TLS when the user asks for TLS.

2011-02-21 Thread tom fogal
Chia-I Wu writes: > On Mon, Feb 21, 2011 at 8:12 PM, Tom Fogal wrote: > > From: Tom Fogal > > > > Without this, we do not actually respect the request for TLS. > > What is your setup? ./configure \ CFLAGS="-g -DUSE_MGL_NAMESPACE" \ CXXFLAGS="-g -D

Re: [Mesa-dev] [PATCH] Define GLX_USE_TLS when the user asks for TLS.

2011-02-21 Thread Chia-I Wu
On Mon, Feb 21, 2011 at 8:12 PM, Tom Fogal wrote: > From: Tom Fogal > > Without this, we do not actually respect the request for TLS. What is your setup? The macro should be defined as part of $(CFLAGS). It may not be a good practice as the variable is normally considered a user variable, but m

[Mesa-dev] [PATCH] Define GLX_USE_TLS when the user asks for TLS.

2011-02-21 Thread Tom Fogal
From: Tom Fogal Without this, we do not actually respect the request for TLS. --- src/mapi/glapi/Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/mapi/glapi/Makefile b/src/mapi/glapi/Makefile index bb4ed65..60b0963 100644 --- a/src/mapi/glapi/Makefile +++