Re: [Piglit] [PATCH 00/21] Tests for ARB_internalformat_query2 extension

2016-03-03 Thread Dave Airlie
On 23 January 2016 at 02:05, Alejandro Piñeiro wrote: > This series provides the tests for the ARB_internalformat_query2 > extension: > > https://www.opengl.org/registry/specs/ARB/internalformat_query2.txt > > The corresponding bug is being tracked at: > >

Re: [Piglit] [PATCH] shaders: add test for recursive variable indexing into arrays

2016-03-03 Thread Timothy Arceri
On Thu, 2016-03-03 at 09:31 +0100, Iago Toral Quiroga wrote: > --- >  ...l-recursive-variable-array-indexing.shader_test | 45 > ++ >  1 file changed, 45 insertions(+) >  create mode 100644 tests/shaders/glsl-recursive-variable-array- > indexing.shader_test > > diff --git

Re: [Piglit] [PATCH 00/21] Tests for ARB_internalformat_query2 extension

2016-03-03 Thread Alejandro Piñeiro
On 03/03/16 19:44, Alejandro Piñeiro wrote: > On 02/03/16 09:49, Alejandro Piñeiro wrote: >> The series on mesa that implements the feature got a review, mostly >> accepting it, pending two small things: >> >> https://lists.freedesktop.org/archives/mesa-dev/2016-March/108956.html >> >> So here

[Piglit] [PATCH] framework/profile.py: Add option to stop when a runner thread excepts

2016-03-03 Thread Dylan Baker
By using Multiprocessing.dummy.Pool.apply_async() instead of .imap(), an exception in the thread can be raised stopping the run of the suite. This series does not remove the ability to continue despite an exception, it instead supplements it. This means that both uses cases continue, and ignoring

Re: [Piglit] [PATCH 00/21] Tests for ARB_internalformat_query2 extension

2016-03-03 Thread Alejandro Piñeiro
On 02/03/16 09:49, Alejandro Piñeiro wrote: > The series on mesa that implements the feature got a review, mostly > accepting it, pending two small things: > > https://lists.freedesktop.org/archives/mesa-dev/2016-March/108956.html > > So here another ping for the piglit series, as it would be good

[Piglit] [PATCH] shaders: add test for recursive variable indexing into arrays

2016-03-03 Thread Iago Toral Quiroga
--- ...l-recursive-variable-array-indexing.shader_test | 45 ++ 1 file changed, 45 insertions(+) create mode 100644 tests/shaders/glsl-recursive-variable-array-indexing.shader_test diff --git a/tests/shaders/glsl-recursive-variable-array-indexing.shader_test