Re: [Mesa-dev] [PATCH v3] glx: fix error code when there is no context bound

2016-05-31 Thread Tapani Pälli
On 05/30/2016 04:35 PM, Emil Velikov wrote: On 30 May 2016 at 07:53, Tapani Pälli wrote: From: Bernard Kilarski v2: change all related NULL checks to check against dummyContext v3: really check for dummyContext *only* when ctx was from __glXGetCurrentContext Signed-off-by: Bernard Kila

Re: [Mesa-dev] [PATCH v3] glx: fix error code when there is no context bound

2016-05-30 Thread Emil Velikov
On 30 May 2016 at 07:53, Tapani Pälli wrote: > From: Bernard Kilarski > > v2: change all related NULL checks to check against dummyContext > v3: really check for dummyContext *only* when ctx was from > __glXGetCurrentContext > > Signed-off-by: Bernard Kilarski > Signed-off-by: Matt Roper >

[Mesa-dev] [PATCH v3] glx: fix error code when there is no context bound

2016-05-29 Thread Tapani Pälli
From: Bernard Kilarski v2: change all related NULL checks to check against dummyContext v3: really check for dummyContext *only* when ctx was from __glXGetCurrentContext Signed-off-by: Bernard Kilarski Signed-off-by: Matt Roper Signed-off-by: Tapani Pälli Cc: "11.2" --- src/glx/glx_pbuf