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