Re: [Mesa-dev] [PATCH] egl: Remove eglQueryString virtual dispatch.

2015-03-17 Thread Chad Versace
On 03/13/2015 05:59 PM, Matt Turner wrote: Patch is Reviewed-by: Chad Versace > --- > Chad, you suggested it would be nice to remove the locking from > eglQueryString, but I don't see a way to do it. eglQueryString has > to generate EGL_NOT_INITIALIZED if the display is valid but not > initializ

[Mesa-dev] [PATCH] egl: Remove eglQueryString virtual dispatch.

2015-03-13 Thread Matt Turner
--- Chad, you suggested it would be nice to remove the locking from eglQueryString, but I don't see a way to do it. eglQueryString has to generate EGL_NOT_INITIALIZED if the display is valid but not initialized, and without locking it seems that there would be a race between eglInitialize and eglQu