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

2016-04-11 Thread Tapani Pälli
On 04/11/2016 10:38 PM, Chad Versace wrote: On 04/06/2016 09:59 PM, Tapani Pälli wrote: 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/201

Re: [waffle] [PATCH 4/6] egl: Add support for robust access contexts.

2016-04-11 Thread Chad Versace
On 04/06/2016 08:59 AM, Bas Nieuwenhuizen wrote: > Signed-off-by: Bas Nieuwenhuizen > --- > src/waffle/egl/wegl_config.c | 16 > src/waffle/egl/wegl_context.c | 9 + > src/waffle/egl/wegl_display.c | 1 + > src/waffle/egl/wegl_display.h | 1 + > 4 files changed, 27 in

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

2016-04-11 Thread Chad Versace
Thanks Bas. I pushed the patches to master. ___ waffle mailing list waffle@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/waffle

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

2016-04-11 Thread Chad Versace
On 04/11/2016 01:11 PM, Emil Velikov wrote: > On 6 April 2016 at 16:59, Bas Nieuwenhuizen wrote: >> Signed-off-by: Bas Nieuwenhuizen >> --- >> include/waffle/waffle.h | 4 >> man/waffle_config.3.xml | 24 >> src/waffle/core/wcore_config_at

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

2016-04-11 Thread Chad Versace
On 04/11/2016 02:04 PM, Bas Nieuwenhuizen wrote: > Could this be also committed with those changes or do you want me to > make a v2 that removes the version check? I don't have commit access. Bas, you don't need to resubmit the series. It's a small change, so I'll just do it myself as a follow-up

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

2016-04-11 Thread Bas Nieuwenhuizen
Could this be also committed with those changes or do you want me to make a v2 that removes the version check? I don't have commit access. Thanks, Bas Nieuwenhuizen On Mon, Apr 11, 2016 at 10:12 PM, Emil Velikov wrote: > On 11 April 2016 at 21:11, Emil Velikov wrote: >> On 6 April 2016 at 16:

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

2016-04-11 Thread Emil Velikov
On 11 April 2016 at 21:11, Emil Velikov wrote: > On 6 April 2016 at 16:59, Bas Nieuwenhuizen wrote: >> Signed-off-by: Bas Nieuwenhuizen >> --- >> include/waffle/waffle.h | 4 >> man/waffle_config.3.xml | 24 >> src/waffle/core/wcore_confi

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

2016-04-11 Thread Emil Velikov
On 6 April 2016 at 16:59, Bas Nieuwenhuizen wrote: > 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_attr

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

2016-04-11 Thread Chad Versace
On 04/06/2016 09:59 PM, Tapani Pälli wrote: > 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 Tapani, is