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 <g...@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 <a...@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

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to