[Mesa-dev] [PATCH] glx: add support for GLX_ARB_create_context_no_error (v2)

Brian Paul brianp at vmware.com
Wed Nov 29 22:38:35 UTC 2017


On 11/29/2017 02:30 PM, Adam Jackson wrote:
> On Wed, 2017-11-29 at 16:20 -0500, Adam Jackson wrote:
>> From: Grigori Goronzy <greg at chown.ath.cx>
>>
>> v2: Only reject no-error contexts for too-old GL if we're actually
>> trying to create a no-error context (Adam Jackson)
>>
>> Reviewed-by: Adam Jackson <ajax at redhat.com>
>
> Note that the original series for this also updated st/glx. That patch
> looks correct to me as far as it goes, but it does change
> XMesaCreateContext's function signature, which seems rude. Someone who
> actually cares about the st/glx code should make that decision.

I don't know if any apps directly use the XMesa interface (I hope not). 
  The alternatives to adding a new parameter to XMesaCreateContext() is 
to add a new entrypoing, or just "poke" the new state into the 
XMesaContext object from the call site.

-Brian



More information about the mesa-dev mailing list