Re: [Piglit] [PATCH] egl: Add tests for EGL_EXT_device_base v2.

2019-04-12 Thread Mathias Fröhlich
Marek, > Reviewed-by: Marek Olšák Thanks for the review! The patch is pushed now. best Mathias > > Marek > > On Wed, Apr 10, 2019 at 5:10 AM wrote: > > > From: Mathias Fröhlich > > > > Hi all, > > > > Below is a new test that should test the about to be arriving egl device > > extension.

Re: [Piglit] [PATCH] egl: Add tests for EGL_EXT_device_base v2.

2019-04-10 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Apr 10, 2019 at 5:10 AM wrote: > From: Mathias Fröhlich > > Hi all, > > Below is a new test that should test the about to be arriving egl device > extension. The test goes a bit further than just creating a context and > destroying it as it clears and pa

[Piglit] [PATCH] egl: Add tests for EGL_EXT_device_base v2.

2019-04-10 Thread Mathias . Froehlich
From: Mathias Fröhlich Hi all, Below is a new test that should test the about to be arriving egl device extension. The test goes a bit further than just creating a context and destroying it as it clears and paints into the buffer and checks the result. This actually uncovers problems with the c

Re: [Piglit] [PATCH] egl: Add tests for EGL_EXT_device_base.

2019-04-04 Thread Mathias Fröhlich
Hi, Sorry, sent that too fast. A v2 will be there soon. best Mathias On Thursday, 4 April 2019 18:02:54 CEST mathias.froehl...@gmx.net wrote: > From: Mathias Fröhlich > > The new test walks all available devices and makes sure that > context creation works as well as painting a rectangle. >

[Piglit] [PATCH] egl: Add tests for EGL_EXT_device_base.

2019-04-04 Thread Mathias . Froehlich
From: Mathias Fröhlich The new test walks all available devices and makes sure that context creation works as well as painting a rectangle. Signed-off-by: Mathias Froehlich --- tests/egl/spec/CMakeLists.txt | 1 + .../egl_ext_device_base/CMakeLists.gl.txt | 4 + .../spe