Hi Grigori,

Thanks for cracking this down.

On 11 July 2017 at 23:26, Grigori Goronzy <g...@chown.ath.cx> wrote:

> @@ -312,6 +312,36 @@ _eglParseContextAttribList(_EGLContext *ctx, _EGLDisplay 
> *dpy,
>              ctx->Flags |= EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR;
>           break;
>
> +      case EGL_CONTEXT_OPENGL_NO_ERROR_KHR:
> +         if (dpy->Version < 14) {
> +            err = EGL_BAD_ATTRIBUTE;
> +            break;
> +         }
This should be egl_version_too_old || extension_not_available.

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

Reply via email to