[Mesa-dev] [PATCH] egl/main: Fix eglMakeCurrent when releasing context from current thread.
Chad Versace
chad.versace at intel.com
Mon Jun 2 12:19:43 PDT 2014
Beren, I committed this to master. Thanks for the fix.
On Thu, Mar 20, 2014 at 08:36:34AM +0100, Beren Minor wrote:
> EGL 1.4 Specification says that
> eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)
> can be used to release the current thread's ownership on the surfaces
> and context.
>
> MESA's egl implementation was only accepting the parameters when the
> KHR_surfaceless_context extension is supported.
> ---
> src/egl/main/eglapi.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
More information about the mesa-dev
mailing list