Re: [Piglit] [PATCH] glsl-fs-discard-mrt: Fix binding the winsys framebuffer in -fbo mode.

2017-11-17 Thread Brian Paul
On 11/17/2017 05:26 PM, Eric Anholt wrote: Fixes failure on vc5 where the alpha was forced to 1 due to an rgbx window system buffer. --- tests/shaders/glsl-fs-discard-mrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shaders/glsl-fs-discard-mrt.c b/tests/shaders/

[Piglit] [PATCH] glsl-fs-discard-mrt: Fix binding the winsys framebuffer in -fbo mode.

2017-11-17 Thread Eric Anholt
Fixes failure on vc5 where the alpha was forced to 1 due to an rgbx window system buffer. --- tests/shaders/glsl-fs-discard-mrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shaders/glsl-fs-discard-mrt.c b/tests/shaders/glsl-fs-discard-mrt.c index 8447cf270b96..68955

[Piglit] [PATCH v2 1/2] framework: Add new formatted summary.

2017-11-17 Thread Rafael Antognolli
Similarly to print-cmd, this option allows one to specify a format string to output each test in the summary. It can be used to easily generate a list of only tests that failed, with something like: ./piglit summary formatted -e pass -e skip -e notrun --format {name} \ results.json.bz2 > ../

[Piglit] [PATCH v2 2/2] framework: Make csv summary a subset of formatted summary.

2017-11-17 Thread Rafael Antognolli
It's really just about calling the formatted with a csv template. v2: Use a global for default format string. (Dylan) Signed-off-by: Rafael Antognolli --- framework/programs/summary.py | 36 +--- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/fram

Re: [Piglit] [PATCH] generators: fix incorrect generated_tests/spec/glsl-110, etc. dir names

2017-11-17 Thread Charmaine Lee
Looks good. Reviewed-by: Charmaine Lee From: Brian Paul Sent: Friday, November 17, 2017 12:03:40 PM To: piglit@lists.freedesktop.org Cc: Charmaine Lee; Dylan Baker; Brian Paul Subject: [PATCH] generators: fix incorrect generated_tests/spec/glsl-110, etc

Re: [Piglit] [PATCH] generators: fix incorrect generated_tests/spec/glsl-110, etc. dir names

2017-11-17 Thread Dylan Baker
Quoting Brian Paul (2017-11-17 12:03:40) > We were generating tests both in spec/glsl-1.10/ and spec/glsl-110/. > This changes the later to match the former. > --- > generated_tests/gen_variable_index_write_tests.py | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff --git a

[Piglit] [PATCH] generators: fix incorrect generated_tests/spec/glsl-110, etc. dir names

2017-11-17 Thread Brian Paul
We were generating tests both in spec/glsl-1.10/ and spec/glsl-110/. This changes the later to match the former. --- generated_tests/gen_variable_index_write_tests.py | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/generated_tests/gen_variable_index_write_tests.py b/g

Re: [Piglit] [PATCH 2/2] ssbo/linker: move some linker tests to using a fragment shader ssbo

2017-11-17 Thread Timothy Arceri
Series: Reviewed-by: Timothy Arceri On 17/11/17 13:02, Dave Airlie wrote: From: Dave Airlie --- .../linker/implicit_size_array_member.shader_test | 7 +++ .../linker/sized_arrays_of_arrays_member.shader_test | 6 ++ .../linker/unsized_arrays_of_arra

Re: [Piglit] [PATCH 5/5] ssbo/linking: add check for vertex ssbo support.

2017-11-17 Thread Timothy Arceri
Series: Reviewed-by: Timothy Arceri On 17/11/17 12:53, Dave Airlie wrote: From: Dave Airlie skip if we don't support and vertex ssbos --- ...stance-matching-shader-storage-blocks-array-size-mismatch.shader_test | 1 + ...matching-shader-storage-blocks-binding-qualifier-mismatch.shader_tes