If the driver doesn't like these attributes it can reject them, it's not
libGL's job to verify them here.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12456>
return NULL;
}
- if (reset != __DRI_CTX_RESET_NO_NOTIFICATION)
- return NULL;
-
- if (release != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH &&
- release != __DRI_CTX_RELEASE_BEHAVIOR_NONE)
- return NULL;
-
if (shareList) {
/* We can't share with an indirect context */
if (!shareList->isDirect)