Re: [Mesa-dev] [PATCH] egl: don't exit process on initialization failure

2014-08-16 Thread Kristian Høgsberg
On Thu, Aug 14, 2014 at 8:39 PM, Ilia Mirkin wrote: > On Wed, Aug 13, 2014 at 10:10 PM, Ilia Mirkin wrote: >> Signed-off-by: Ilia Mirkin >> --- > > Perhaps I might have mentioned more about this... the situation is > that nouveau_vieux doesn't support EGL (it doesn't have DRIimage or > something

Re: [Mesa-dev] [PATCH] egl: don't exit process on initialization failure

2014-08-14 Thread Ilia Mirkin
On Wed, Aug 13, 2014 at 10:10 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- Perhaps I might have mentioned more about this... the situation is that nouveau_vieux doesn't support EGL (it doesn't have DRIimage or something along those lines). So the EGL init fails. Which makes piglit t

[Mesa-dev] [PATCH] egl: don't exit process on initialization failure

2014-08-13 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/egl/drivers/dri2/egl_dri2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c index 5602ec3..dda13a3 100644 --- a/src/egl/drivers/dri2/egl_dri2.c +++ b/src/egl/drivers/dri2/egl_d