[Mesa-dev] [PATCH 5/7] egl: Use C11 thread abstractions.

2014-01-09 Thread jfonseca
From: José Fonseca jfons...@vmware.com --- src/egl/main/eglmutex.h | 26 +++--- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/egl/main/eglmutex.h b/src/egl/main/eglmutex.h index 1349e9e..2ec965c 100644 --- a/src/egl/main/eglmutex.h +++

Re: [Mesa-dev] [PATCH 5/7] egl: Use C11 thread abstractions.

2014-01-09 Thread Ian Romanick
I'd like to hear Kristian and / or Chad's opinion, but I'd like to take this a step further and remove the _egl* wrappers altogether... as a follow-on patch. For now, this patch is Reviewed-by: Ian Romanick ian.d.roman...@intel.com On 01/09/2014 11:20 AM, jfons...@vmware.com wrote: From: José