[Piglit] [PATCH] arb_gpu_shader_fp64: cleanup glsl-uniform-initializer-2 test

2014-09-19 Thread Tapani Pälli
remove couple of extra uniform updates, add a bit of documentation Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- .../execution/glsl-uniform-initializer-2.shader_test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [Piglit] [PATCH] arb_gpu_shader_fp64: vs-out-fs-in-double.shader_test fix

2014-09-19 Thread Chris Forbes
Reviewed-by: Chris Forbes chr...@ijw.co.nz On Fri, Sep 19, 2014 at 5:55 PM, Tapani Pälli tapani.pa...@intel.com wrote: Set 'flat' interpolation qualifier for double precision input variable as defined by the GL_ARB_gpu_shader_fp64 spec: This extension does not support interpolation of

Re: [Piglit] [PATCH] glsl-1.50-geometry-primitive-id-restart: Add workaround for Intel SandyBrige

2014-09-19 Thread Iago Toral Quiroga
Jordan has completed the review of the SandyBridge Geometry Shader implementation and I would like to push the series to Mesa, but we need this patch in piglit too so that people running piglit tests on SandyBridge do not run into the GPU hang. If nobody has objections I'll push this patch later

[Piglit] [PATCH] all.py: Correctly added 'invalid formats' test in oes_compressed_paletted_texture

2014-09-19 Thread Pavel Popov
The group oes_compressed_paletted_texture is defined twice in all.py. Test 'invalid formats' isn't added in test list because this group is overridden. Signed-off-by: Pavel Popov pavel.e.po...@intel.com --- tests/all.py | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[Piglit] [PATCH v2] Filter expected failures from JUnit output

2014-09-19 Thread Mark Janes
Piglit test results are difficult to analyze with simpler JUnit visualizers like those provided by Jenkins. There are hundreds of failures, but the engineer is typically interested only in NEW failures. Jenkins JUnit rules typically expect 100% pass rate, or some static threshold of failures.

Re: [Piglit] [PATCH 4/5] cl: Run vXi32-stack subtest in parallel

2014-09-19 Thread Tom Stellard
On Wed, Sep 17, 2014 at 05:40:38PM -0400, Jan Vesely wrote: On Wed, 2014-09-17 at 07:47 -0700, Tom Stellard wrote: On Wed, Sep 03, 2014 at 08:51:39PM -0400, Jan Vesely wrote: Avoid duplicate subtest names For patches 4 and 5, I would rather just rename the tests than merge them

Re: [Piglit] [PATCH] fix CL_KERNEL_GLOBAL_WORK_SIZE bug.

2014-09-19 Thread Tom Stellard
On Wed, Sep 17, 2014 at 06:05:12AM +0800, xionghu@intel.com wrote: From: Luo xionghu@intel.com the option CL_KERNEL_GLOBAL_WORK_SIZE for clGetKernelWorkGroupInfo should call built in kernel or custom device according to the spec, this patch calls the built in kernel to query the

[Piglit] [PATCH 4/4] fp-indirections2: use default window size

2014-09-19 Thread Brian Paul
--- tests/shaders/fp-indirections2.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/shaders/fp-indirections2.c b/tests/shaders/fp-indirections2.c index 5cf09eb..a5d9e24 100644 --- a/tests/shaders/fp-indirections2.c +++ b/tests/shaders/fp-indirections2.c @@ -40,8

[Piglit] [PATCH 3/4] fp-indirections2: limit max_samples to 256

2014-09-19 Thread Brian Paul
So that llvmpipe can run in a reasonable amount of time. --- tests/shaders/fp-indirections2.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/shaders/fp-indirections2.c b/tests/shaders/fp-indirections2.c index 0b1ee28..5cf09eb 100644 ---

[Piglit] [PATCH 2/4] fs-texelFetchOffset-2D: use default window size

2014-09-19 Thread Brian Paul
--- tests/spec/glsl-1.30/execution/fs-texelFetchOffset-2D.c |3 --- 1 file changed, 3 deletions(-) diff --git a/tests/spec/glsl-1.30/execution/fs-texelFetchOffset-2D.c b/tests/spec/glsl-1.30/execution/fs-texelFetchOffset-2D.c index 1905900..f461d58 100644 ---

[Piglit] [PATCH 1/4] fs-discard-exit-2: use default window size

2014-09-19 Thread Brian Paul
To fix Windows run. --- tests/spec/glsl-1.30/execution/fs-discard-exit-2.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c b/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c index 2a003fe..e9b6cd2

[Piglit] [PATCH 2/2] run.py: fix typos in resume finished message

2014-09-19 Thread Thomas Wood
Signed-off-by: Thomas Wood thomas.w...@intel.com --- framework/programs/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/programs/run.py b/framework/programs/run.py index dbd4431..da38aca 100644 --- a/framework/programs/run.py +++ b/framework/programs/run.py @@

[Piglit] [PATCH] cl: Add tests for global atomc_add()

2014-09-19 Thread Tom Stellard
--- .../builtin/atomic/atomic_add-global.program_test | 46 ++ .../execute/builtin/atomic/atomic_add-local.cl | 70 -- .../builtin/atomic/atomic_add-local.program_test | 46 ++ .../program/execute/builtin/atomic/atomic_add.inc | 23 +++ 4

Re: [Piglit] [PATCH] cl: Add tests for global atomc_add()

2014-09-19 Thread Jan Vesely
On Fri, 2014-09-19 at 14:23 -0400, Tom Stellard wrote: --- .../builtin/atomic/atomic_add-global.program_test | 46 ++ .../execute/builtin/atomic/atomic_add-local.cl | 70 -- .../builtin/atomic/atomic_add-local.program_test | 46 ++

Re: [Piglit] [PATCH 3/4] fp-indirections2: limit max_samples to 256

2014-09-19 Thread Roland Scheidegger
Am 19.09.2014 17:12, schrieb Brian Paul: So that llvmpipe can run in a reasonable amount of time. --- tests/shaders/fp-indirections2.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/shaders/fp-indirections2.c b/tests/shaders/fp-indirections2.c index

Re: [Piglit] [PATCH 1/2] run.py: ensure the test run name is passed to the resume options

2014-09-19 Thread Dylan Baker
Reviewed-by: Dylan Baker baker.dyla...@gmail.com On Friday, September 19, 2014 04:16:53 PM Thomas Wood wrote: A test run name is required to be able to start a test run. Signed-off-by: Thomas Wood thomas.w...@intel.com --- framework/programs/run.py | 1 + 1 file changed, 1 insertion(+)

Re: [Piglit] [PATCH 2/2] run.py: fix typos in resume finished message

2014-09-19 Thread Dylan Baker
Reviewed-by: Dylan Baker baker.dyla...@gmail.com On Friday, September 19, 2014 04:16:54 PM Thomas Wood wrote: Signed-off-by: Thomas Wood thomas.w...@intel.com --- framework/programs/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/programs/run.py

[Piglit] [PATCH] cl: Add popcount tests for CL 1.2

2014-09-19 Thread Aaron Watry
Signed-off-by: Aaron Watry awa...@gmail.com --- generated_tests/generate-cl-int-builtins.py | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/generated_tests/generate-cl-int-builtins.py b/generated_tests/generate-cl-int-builtins.py index 61fc93e..6a12171

[Piglit] [PATCH] arb_copy_image: Skip if sample count is not supported

2014-09-19 Thread Chris Forbes
Signed-off-by: Chris Forbes chr...@ijw.co.nz --- tests/spec/arb_copy_image/formats.c | 8 1 file changed, 8 insertions(+) diff --git a/tests/spec/arb_copy_image/formats.c b/tests/spec/arb_copy_image/formats.c index a58580d..92715ba 100644 --- a/tests/spec/arb_copy_image/formats.c +++

Re: [Piglit] [PATCH] arb_copy_image: Skip if sample count is not supported

2014-09-19 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand jason.ekstr...@intel.com On Fri, Sep 19, 2014 at 2:45 PM, Chris Forbes chr...@ijw.co.nz wrote: Signed-off-by: Chris Forbes chr...@ijw.co.nz --- tests/spec/arb_copy_image/formats.c | 8 1 file changed, 8 insertions(+) diff --git

[Piglit] [PATCH v2 4/5] cl: vXi32-stack: Rename to avoid subtest name conflicts

2014-09-19 Thread Jan Vesely
Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- tests/cl/program/execute/v2i32-stack.cl | 4 ++-- tests/cl/program/execute/v3i32-stack.cl | 4 ++-- tests/cl/program/execute/v4i32-stack.cl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git

[Piglit] [PATCH v2 5/5] cl: i32-stack-array: Rename to avoid subtest conflicts

2014-09-19 Thread Jan Vesely
Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- tests/cl/program/execute/i32-stack-array.cl | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/cl/program/execute/i32-stack-array.cl b/tests/cl/program/execute/i32-stack-array.cl index

Re: [Piglit] [PATCH] all.py: Correctly added 'invalid formats' test in oes_compressed_paletted_texture

2014-09-19 Thread Chris Forbes
Reviewed-by: Chris Forbes chr...@ijw.co.nz On Sat, Sep 20, 2014 at 12:10 AM, Pavel Popov pavel.e.po...@intel.com wrote: The group oes_compressed_paletted_texture is defined twice in all.py. Test 'invalid formats' isn't added in test list because this group is overridden. Signed-off-by: