Adam Jackson <[email protected]> writes: > This is mostly for the client library's convenience, if this extension > is listed then it can know the attribute won't be rejected. Note that we > don't _do_ anything with this attribute, meaning indirect contexts will > not be no-error. That's fine, we don't want to introduce undefined > behavior into a potentially privileged process anyway.
I agree, but don't we need to accept GLX_CONTEXT_OPENGL_NO_ERROR_ARB and
drop it on the floor instead of falling through to createcontext.c's:
default:
if (!req->isDirect)
return BadValue;
break;
signature.asc
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
