[waffle] I'm back from paternity leave

2016-04-06 Thread Chad Versace
Hi everyone, I abruptly left for paternity leave in early February, and now I'm a father! My little boy is named Lucas, and he's incredible. While on leave, I had little time to spare for non-baby activities, so it's been over two months since I read any code-related mail. I returned from

Re: [waffle] [PATCH] cmake: use the EGL CFLAGS in the waffle CFLAGS

2016-04-06 Thread Chad Versace
On 02/11/2016 03:21 PM, Mircea Gherzan wrote: > Without them, the build will fail with a recent Mesa from the master > branch on a system without the X headers: > > include/EGL/eglplatform.h:119:22: fatal error: X11/Xlib.h: No such file > or directory > > Signed-off-by: Mircea Gherzan

Re: [waffle] [PATCH 6/6] nacl: Add an error when trying to use a robust access context.

2016-04-06 Thread Tapani Pälli
This looks correct to me; Reviewed-by: Tapani Pälli Note that following patch is required to build waffle nacl support on any recent nacl sdk versions: https://lists.freedesktop.org/archives/waffle/2015-October/001266.html On 04/06/2016 06:59 PM, Bas Nieuwenhuizen

[waffle] [PATCH 2/6] glx: Add support for robust access contexts.

2016-04-06 Thread Bas Nieuwenhuizen
Signed-off-by: Bas Nieuwenhuizen --- src/waffle/glx/glx_config.c | 7 +++ src/waffle/glx/glx_context.c | 4 src/waffle/glx/glx_display.c | 1 + src/waffle/glx/glx_display.h | 1 + 4 files changed, 13 insertions(+) diff --git a/src/waffle/glx/glx_config.c

[waffle] [PATCH 1/6] wcore: Add support for robust access contexts.

2016-04-06 Thread Bas Nieuwenhuizen
Signed-off-by: Bas Nieuwenhuizen --- include/waffle/waffle.h | 4 man/waffle_config.3.xml | 24 src/waffle/core/wcore_config_attrs.c | 3 +++ src/waffle/core/wcore_config_attrs.h | 1 +

[waffle] [PATCH 5/6] cgl: Add an error when trying to use a robust access context.

2016-04-06 Thread Bas Nieuwenhuizen
Signed-off-by: Bas Nieuwenhuizen --- src/waffle/cgl/cgl_config.m | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/waffle/cgl/cgl_config.m b/src/waffle/cgl/cgl_config.m index d7e8ed3..898ee24 100644 --- a/src/waffle/cgl/cgl_config.m +++

[waffle] [PATCH 3/6] wgl: Add support for robust access contexts.

2016-04-06 Thread Bas Nieuwenhuizen
Signed-off-by: Bas Nieuwenhuizen --- src/waffle/wgl/wgl_config.c | 7 +++ src/waffle/wgl/wgl_context.c | 4 src/waffle/wgl/wgl_display.c | 1 + src/waffle/wgl/wgl_display.h | 1 + 4 files changed, 13 insertions(+) diff --git a/src/waffle/wgl/wgl_config.c