[Piglit] [PATCH V2] arb_separate_shader_objects: extend active sampler conflict to test arrays

2015-07-05 Thread Timothy Arceri
V2: dont try to work around mesa limitations by initialising uniforms that might be optimised out --- .../active-sampler-conflict.c | 167 +++-- 1 file changed, 123 insertions(+), 44 deletions(-) diff --git a/tests/spec/arb_separate_shader_objects/active-sampl

Re: [Piglit] [PATCH v2] cl: add clEnqueue-read_write BufferRect releated tests

2015-07-05 Thread EdB
On Friday 29 May 2015 05:42:08 Meng Mengmeng wrote: > --- > tests/cl.py | 2 + > tests/cl/api/CMakeLists.cl.txt| 1 + > tests/cl/api/enqueue-read_write-buffer-rect.c | 103 > ++ > 3 files changed, 106 insertions(+) > c

Re: [Piglit] [PATCH] cl: fix CL_KERNEL_GLOBAL_WORK_SIZE query

2015-07-05 Thread EdB
Ping On Sunday 14 June 2015 17:02:26 EdB wrote: > this query is only valid for a custom device or a build-in kernel > --- > tests/cl/api/get-kernel-work-group-info.c | 18 -- > 1 file changed, 16 insertions(+), 2 deletions(-) > > diff --git a/tests/cl/api/get-kernel-work-group-in

Re: [Piglit] piglit-summary-html appears to have broken again

2015-07-05 Thread Dylan Baker
Sigh. I'll look at it Monday. I don't think I broke it, but I might have On Jul 4, 2015 10:40 PM, "Ilia Mirkin" wrote: > Dylan, do you have a minute to take a look? > > ~/src/piglit/piglit-summary-html.py -e skip -e pass tmp <(cat > nvc1-2015-04-28-ilia/results.json) <(xzcat nvcf-2015-07-05-mupuf

Re: [Piglit] Piglit feature regression?

2015-07-05 Thread Dylan Baker
I think changed on purpose. Try replacing the / with @ and see if that works. If it does and we want to preserve the / behavior I can make that happen. On Jul 4, 2015 11:51 PM, "Timothy Arceri" wrote: > Hi all, > > I've been meaning to ask about this for a while. > > You used to be able to run pi

[Piglit] [PATCH V3 5/6] arb_arrays_of_arrays: add basic linking tests for atomic counters

2015-07-05 Thread Timothy Arceri
Test results: Nvidia GeForce 840M - NVIDIA 346.47 vs-to-fs-atomic-counter-mismatch.shader_test - fail vs-to-fs-atomic-counter.shader_test - pass --- .../vs-to-fs-atomic-counter-mismatch.shader_test | 38 ++ .../linker/vs-to-fs-atomic-counter.shader_test | 38 +++

[Piglit] [PATCH V3 4/6] arb_arrays_of_arrays: add simple atomic counters execution test

2015-07-05 Thread Timothy Arceri
Test results: Nvidia GeForce 840M - NVIDIA 346.47: pass --- .../vs-simple-inc-dec-read.shader_test | 119 + 1 file changed, 119 insertions(+) create mode 100644 tests/spec/arb_arrays_of_arrays/execution/atomic_counters/vs-simple-inc-dec-read.shader_test diff --g

[Piglit] [PATCH V3 2/6] arb_arrays_of_arrays: add some sampler indexing execution tests

2015-07-05 Thread Timothy Arceri
Test results: Nvidia GeForce 840M - NVIDIA 346.47 fs-const-index-three-dimensions.shader_test - pass fs-const-index.shader_test - pass fs-initializer-const-index.shader_test - fail fs-initializer-non-const-index.shader_test - fail fs-mixed-const-and-non-const-index.shader_test - pass fs-mixed-cons

[Piglit] [PATCH V3 6/6] arb_arrays_of_arrays: basic image store execution tests

2015-07-05 Thread Timothy Arceri
Test results: Nvidia GeForce 840M - NVIDIA 346.47 basic-imageStore-const-uniform-index.shader_test - pass basic-imageStore-non-const-uniform-index.shader_test - pass --- ...asic-imageStore-const-uniform-index.shader_test | 58 ...-imageStore-non-const-uniform-index.shader_test | 10

[Piglit] [PATCH V3 3/6] arb_arrays_of_arrays: test binding limits for uniforms

2015-07-05 Thread Timothy Arceri
Test results: Nvidia GeForce 840M - NVIDIA 346.47: fail V2: use GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS for sampler test --- tests/all.py | 6 + tests/spec/CMakeLists.txt | 1 + tests/spec/arb_arrays_of_arrays/CMakeLists.gl.txt | 15 +

[Piglit] [PATCH V3 1/6] arb_arrays_of_arrays: test linking of interface fields

2015-07-05 Thread Timothy Arceri
Test results: AMD Radeon HD 6670 - Catalyst 14.501.1003 OpenGL 4.4 vs-to-fs-interface-field-mismatch.shader_test - fail vs-to-fs-interface-field-mismatch2.shader_test - fail vs-to-fs-interface-field-unsized-mismatch.shader_test - crash vs-to-fs-interface-field-unsized-mismatch2.shader_test - cras