Re: [waffle] [PATCH] add robust access context support

2016-04-04 Thread Emil Velikov
Hi Bas, Big thanks for adding this. It's been on my radar for a while but considering no mesa drivers supported it I never got to it. Top-level question, can we please split this into a separate patches - waffle.h + core, egl, glx, wgl. On 4 April 2016 at 12:31, Bas Nieuwenhuizen wrote: > Signe

[waffle] [PATCH] add robust access context support

2016-04-04 Thread Bas Nieuwenhuizen
Signed-off-by: Bas Nieuwenhuizen --- include/waffle/waffle.h | 2 ++ src/waffle/core/wcore_config_attrs.c | 3 +++ src/waffle/core/wcore_config_attrs.h | 1 + src/waffle/core/wcore_util.c | 1 + src/waffle/egl/wegl_config.c | 16 src/waffle/egl/we