Re: [Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-27 Thread Eric Engestrom
On Wednesday, 2017-12-27 10:54:56 +, Emil Velikov wrote: > On 18 December 2017 at 16:33, Eric Engestrom > wrote: > > From: Brendan King > > > > DRI modules store the address of the dispatch table in a TLS variable, > > _glapi_tls_Dispatch.

Re: [Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-27 Thread Emil Velikov
On 18 December 2017 at 16:33, Eric Engestrom wrote: > From: Brendan King > > DRI modules store the address of the dispatch table in a TLS variable, > _glapi_tls_Dispatch. > > Changes to the way libEGL is built in d884d8d0077c16d459b1 resulted

Re: [Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-19 Thread Emil Velikov
On 19 December 2017 at 08:46, Brendan King wrote: > > > On 18/12/17 16:42, Emil Velikov wrote: >> >> On 18 December 2017 at 16:33, Eric Engestrom >> wrote: >>> >>> From: Brendan King >>> >>> DRI modules store the

Re: [Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-19 Thread Brendan King
On 18/12/17 19:14, Dylan Baker wrote: Quoting Eric Engestrom (2017-12-18 08:33:18) From: Brendan King DRI modules store the address of the dispatch table in a TLS variable, _glapi_tls_Dispatch. Changes to the way libEGL is built in d884d8d0077c16d459b1 resulted in

Re: [Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-19 Thread Brendan King
On 18/12/17 16:42, Emil Velikov wrote: On 18 December 2017 at 16:33, Eric Engestrom wrote: From: Brendan King DRI modules store the address of the dispatch table in a TLS variable, _glapi_tls_Dispatch. Changes to the way libEGL is built

Re: [Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-18 Thread Dylan Baker
Quoting Eric Engestrom (2017-12-18 08:33:18) > From: Brendan King > > DRI modules store the address of the dispatch table in a TLS variable, > _glapi_tls_Dispatch. > > Changes to the way libEGL is built in d884d8d0077c16d459b1 resulted in > it being statically linked

Re: [Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-18 Thread Emil Velikov
On 18 December 2017 at 16:33, Eric Engestrom wrote: > From: Brendan King > > DRI modules store the address of the dispatch table in a TLS variable, > _glapi_tls_Dispatch. > > Changes to the way libEGL is built in d884d8d0077c16d459b1 resulted

[Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-18 Thread Eric Engestrom
From: Brendan King DRI modules store the address of the dispatch table in a TLS variable, _glapi_tls_Dispatch. Changes to the way libEGL is built in d884d8d0077c16d459b1 resulted in it being statically linked against libglapi, and thus containing its own copy of