Re: [Piglit] [PATCH] glsl-1.50: add linker test for unused in out blocks

2017-07-14 Thread Józef Kucia
On Tue, May 30, 2017 at 4:23 PM, Józef Kucia wrote: > This test exposes a Mesa GLSL linker bug. The test fails with the > following error message: > > error: Input block `blk' is not an output of the previous stage > > Section 4.3.4 (Inputs) of the GLSL 1.50 spec says: >

Re: [Piglit] [PATCH] clipflat: refactor some code

2017-07-14 Thread Neha Bhende
Looks good. Reviewed-by : Neha Bhende Thanks, Neha From: Brian Paul Sent: Friday, July 14, 2017 9:06:17 AM To: piglit@lists.freedesktop.org Cc: Charmaine Lee; Neha Bhende; Brian Paul Subject: [PATCH] clipflat: refactor

Re: [Piglit] [PATCH] clipflat: refactor some code

2017-07-14 Thread Charmaine Lee
Reviewed-by: Charmaine Lee From: Brian Paul Sent: Friday, July 14, 2017 9:06 AM To: piglit@lists.freedesktop.org Cc: Charmaine Lee; Neha Bhende; Brian Paul Subject: [PATCH] clipflat: refactor some code Pull the

Re: [Piglit] [PATCH] Remove a useless GLU depedency

2017-07-14 Thread Brian Paul
Reviewed-by: Brian Paul On 07/14/2017 10:07 AM, Marek Olšák wrote: From: Marek Olšák --- tests/spec/arb_arrays_of_arrays/CMakeLists.gl.txt | 1 - tests/spec/arb_gpu_shader_fp64/shader_storage/CMakeLists.gl.txt | 1 - 2 files

[Piglit] [PATCH] Remove a useless GLU depedency

2017-07-14 Thread Marek Olšák
From: Marek Olšák --- tests/spec/arb_arrays_of_arrays/CMakeLists.gl.txt | 1 - tests/spec/arb_gpu_shader_fp64/shader_storage/CMakeLists.gl.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/spec/arb_arrays_of_arrays/CMakeLists.gl.txt

[Piglit] [PATCH] clipflat: refactor some code

2017-07-14 Thread Brian Paul
Pull the innermost code out of testPrim() into a new function. This can make things a little easier for hacking/debugging. Also, print whether PV control is supported and whether quads follow the PV convention. --- tests/general/clipflat.c | 121 +++ 1

Re: [Piglit] [PATCH] glx-multithread-clearbuffer: new test reproducing amdgpu CS thread deadlock

2017-07-14 Thread Brian Paul
Reviewed-by: Brian Paul On 07/14/2017 09:54 AM, Marek Olšák wrote: From: Marek Olšák --- tests/all.py| 1 + tests/glx/CMakeLists.gl.txt | 2 + tests/glx/glx-multithread-clearbuffer.c | 100

[Piglit] [PATCH] glx-multithread-clearbuffer: new test reproducing amdgpu CS thread deadlock

2017-07-14 Thread Marek Olšák
From: Marek Olšák --- tests/all.py| 1 + tests/glx/CMakeLists.gl.txt | 2 + tests/glx/glx-multithread-clearbuffer.c | 100 3 files changed, 103 insertions(+) create mode 100644