Re: [Mesa-dev] [PATCH v2] glx: fix crash with bad fbconfig

2016-06-08 Thread Jeremy Huddleston Sequoia
> On Jun 7, 2016, at 03:25, Emil Velikov wrote: > > On 31 May 2016 at 10:53, Tapani Pälli wrote: >> From: Daniel Czarnowski >> >> GLX documentation states: >>glXCreateNewContext can generate the following errors: (...) >>GLXBadFBConfig if config is not a valid GLXFBConfig >>

Re: [Mesa-dev] [PATCH v2] glx: fix crash with bad fbconfig

2016-06-07 Thread Emil Velikov
On 31 May 2016 at 10:53, Tapani Pälli wrote: > From: Daniel Czarnowski > > GLX documentation states: > glXCreateNewContext can generate the following errors: (...) > GLXBadFBConfig if config is not a valid GLXFBConfig > > Function checks if the given config is a valid config and s

Re: [Mesa-dev] [PATCH v2] glx: fix crash with bad fbconfig

2016-06-06 Thread Tapani Pälli
ping On 05/31/2016 12:53 PM, Tapani Pälli wrote: From: Daniel Czarnowski GLX documentation states: glXCreateNewContext can generate the following errors: (...) GLXBadFBConfig if config is not a valid GLXFBConfig Function checks if the given config is a valid config and sets pr

[Mesa-dev] [PATCH v2] glx: fix crash with bad fbconfig

2016-05-31 Thread Tapani Pälli
From: Daniel Czarnowski GLX documentation states: glXCreateNewContext can generate the following errors: (...) GLXBadFBConfig if config is not a valid GLXFBConfig Function checks if the given config is a valid config and sets proper error code. Fixes currently crashing glx-fbcon