Re: [Mesa-dev] [PATCH 2/2] egl: add check that eglCreateContext gets a valid config

2016-10-20 Thread Tapani Pälli
Hi; On 10/20/2016 05:41 PM, Eric Engestrom wrote: On Thursday, 2016-10-20 15:34:52 +0100, Eric Engestrom wrote: On Thursday, 2016-10-20 14:55:25 +0300, Tapani Pälli wrote: Fixes following dEQP test: dEQP-EGL.functional.negative_api.create_context Signed-off-by: Tapani Pälli

Re: [Mesa-dev] [PATCH 2/2] egl: add check that eglCreateContext gets a valid config

2016-10-20 Thread Eric Engestrom
On Thursday, 2016-10-20 15:34:52 +0100, Eric Engestrom wrote: > On Thursday, 2016-10-20 14:55:25 +0300, Tapani Pälli wrote: > > Fixes following dEQP test: > > > >dEQP-EGL.functional.negative_api.create_context > > > > Signed-off-by: Tapani Pälli > > --- > >

Re: [Mesa-dev] [PATCH 2/2] egl: add check that eglCreateContext gets a valid config

2016-10-20 Thread Eric Engestrom
On Thursday, 2016-10-20 14:55:25 +0300, Tapani Pälli wrote: > Fixes following dEQP test: > >dEQP-EGL.functional.negative_api.create_context > > Signed-off-by: Tapani Pälli > --- > src/egl/main/eglapi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[Mesa-dev] [PATCH 2/2] egl: add check that eglCreateContext gets a valid config

2016-10-20 Thread Tapani Pälli
Fixes following dEQP test: dEQP-EGL.functional.negative_api.create_context Signed-off-by: Tapani Pälli --- src/egl/main/eglapi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index d8bd76d..e96999c 100644 ---