Re: [waffle] [PATCH v2] glx: don't use ARB_create_context with pre 3.2 contexts

2016-04-22 Thread Chad Versace
On 04/15/2016 03:45 PM, Emil Velikov wrote: > This way if the user requests GL pre 3.2 context which lacks the > flags/extra bits which require ARB_create_context one can safely fall > back to the normal/legacy entry point. > > This resolves piglits on non 3.2 capable drivers such as classic

[waffle] [PATCH v2] glx: don't use ARB_create_context with pre 3.2 contexts

2016-04-15 Thread Emil Velikov
This way if the user requests GL pre 3.2 context which lacks the flags/extra bits which require ARB_create_context one can safely fall back to the normal/legacy entry point. This resolves piglits on non 3.2 capable drivers such as classic swrast, nouveau_vieux and alike. v2: The version should