Re: [Mesa-dev] [PATCH] glx: Don't use current context in __glXSendError

2016-08-16 Thread Tapani Pälli
On 08/16/2016 10:23 AM, Michel Dänzer wrote: On 16/08/16 04:11 PM, Tapani Pälli wrote: On 08/16/2016 09:49 AM, Michel Dänzer wrote: From: Michel Dänzer There's no guarantee that there is one, and we don't need one anyway. Fixes piglit tests: glx@glx-fbconfig-bad this one passes for me w

Re: [Mesa-dev] [PATCH] glx: Don't use current context in __glXSendError

2016-08-16 Thread Michel Dänzer
On 16/08/16 04:11 PM, Tapani Pälli wrote: > On 08/16/2016 09:49 AM, Michel Dänzer wrote: >> From: Michel Dänzer >> >> There's no guarantee that there is one, and we don't need one anyway. >> >> Fixes piglit tests: >> >> glx@glx-fbconfig-bad > > this one passes for me with and without the patch D

Re: [Mesa-dev] [PATCH] glx: Don't use current context in __glXSendError

2016-08-16 Thread Tapani Pälli
Hi; On 08/16/2016 09:49 AM, Michel Dänzer wrote: From: Michel Dänzer There's no guarantee that there is one, and we don't need one anyway. Fixes piglit tests: glx@glx-fbconfig-bad this one passes for me with and without the patch glx@glx_ext_import_context@import context, multi process g

[Mesa-dev] [PATCH] glx: Don't use current context in __glXSendError

2016-08-15 Thread Michel Dänzer
From: Michel Dänzer There's no guarantee that there is one, and we don't need one anyway. Fixes piglit tests: glx@glx-fbconfig-bad glx@glx_ext_import_context@import context, multi process glx@glx_ext_import_context@import context, single process Fixes: 2e3f067458e4 ("glx: fix error code when t