Re: [Piglit] [PATCH 0/2] shader_runner: Add ARB_program_interface_query support

2015-09-17 Thread Tapani Pälli
On 09/16/2015 11:31 AM, Samuel Iglesias Gonsalvez wrote: Hello, Following my idea described here [0], I modified shader_runner to accept other program interfaces. The format of the command is: active program_interface GL_INTERFACE_TYPE_ENUM var_name GL_PROPS_ENUM integer or, if we include

Re: [Piglit] [PATCH v8] Port basic GL rendering test from Glean to Piglit

2015-09-17 Thread Emil Velikov
Hi Brian, On 17 September 2015 at 18:12, Brian Paul wrote: > Just a few more minor things... > > > > On 09/16/2015 03:23 PM, Juliet Fru wrote: >> --- /dev/null >> +++ b/tests/spec/gl-1.0/no-op-paths.c >> @@ -0,0 +1,305 @@ >> +enum path >> +{ >> + ALPHA, >> +

[Piglit] [PATCH v9] Port basic GL rendering test from Glean to Piglit

2015-09-17 Thread Juliet Fru
This test replaces the original glean tpaths.cpp test. --- tests/all.py| 1 + tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + tests/spec/gl-1.0/no-op-paths.c | 308 3 files changed, 310 insertions(+) create mode 100644

[Piglit] [PATCH v6] Port arb occlusion query conformance tests from Glean to Piglit

2015-09-17 Thread Juliet Fru
This test replaces the original glean toccluqry.cpp test. --- tests/all.py | 1 + tests/spec/arb_occlusion_query/CMakeLists.gl.txt | 1 + .../arb_occlusion_query/occlusion_query_conform.c | 558 + 3 files changed, 560 insertions(+)

[Piglit] [PATCH] arb_arrays_of_arrays: add some simple ubo AoA tests

2015-09-17 Thread Timothy Arceri
--- .../execution/ubo/fs-const.shader_test | 37 +++ .../execution/ubo/fs-nonconst.shader_test | 76 ++ 2 files changed, 113 insertions(+) create mode 100644 tests/spec/arb_arrays_of_arrays/execution/ubo/fs-const.shader_test create mode 100644

Re: [Piglit] [PATCH v1] Porting the two sided stencil extension tests from Glean to Piglit.

2015-09-17 Thread Brian Paul
On 09/17/2015 05:18 PM, Juliet Fru wrote: This test replaces the original glean tstencil2.cpp test. --- tests/spec/arb_texture_stencil8/CMakeLists.gl.txt | 1 + .../spec/arb_texture_stencil8/stencil-extension.c | 765 + 2 files changed, 766 insertions(+) create mode

Re: [Piglit] [PATCH 2/2] cl: Change data types of char/short buffers in integer limits tests

2015-09-17 Thread Jan Vesely
On Thu, 2015-09-17 at 10:34 -0500, Aaron Watry wrote: > On Wed, Sep 16, 2015 at 7:33 PM, Jan Vesely > wrote: > > > On Wed, 2015-09-16 at 17:18 -0500, Aaron Watry wrote: > > > On Tue, Sep 15, 2015 at 9:42 AM, Jan Vesely < > > > jan.ves...@rutgers.edu> > > > wrote: > > > >

Re: [Piglit] [PATCH v9] Port basic GL rendering test from Glean to Piglit

2015-09-17 Thread Juliet Fru
Thanks. On Fri, Sep 18, 2015 at 12:23 AM, Brian Paul wrote: > On 09/17/2015 04:22 PM, Juliet Fru wrote: > >> This test replaces the original glean tpaths.cpp test. >> --- >> tests/all.py| 1 + >> tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + >>

[Piglit] [PATCH v7] Port arb occlusion query conformance tests from Glean to Piglit

2015-09-17 Thread Juliet Fru
This test replaces the original glean toccluqry.cpp test. --- tests/all.py | 1 + tests/spec/arb_occlusion_query/CMakeLists.gl.txt | 1 + .../arb_occlusion_query/occlusion_query_conform.c | 556 + 3 files changed, 558 insertions(+)

[Piglit] [PATCH v1] Porting the two sided stencil extension tests from Glean to Piglit.

2015-09-17 Thread Juliet Fru
This test replaces the original glean tstencil2.cpp test. --- tests/spec/arb_texture_stencil8/CMakeLists.gl.txt | 1 + .../spec/arb_texture_stencil8/stencil-extension.c | 765 + 2 files changed, 766 insertions(+) create mode 100644

Re: [Piglit] [PATCH v9] Port basic GL rendering test from Glean to Piglit

2015-09-17 Thread Brian Paul
On 09/17/2015 04:22 PM, Juliet Fru wrote: This test replaces the original glean tpaths.cpp test. --- tests/all.py| 1 + tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + tests/spec/gl-1.0/no-op-paths.c | 308 3 files changed, 310

Re: [Piglit] [PATCH v6] Port arb occlusion query conformance tests from Glean to Piglit

2015-09-17 Thread Brian Paul
On 09/17/2015 04:08 PM, Juliet Fru wrote: This test replaces the original glean toccluqry.cpp test. --- tests/all.py | 1 + tests/spec/arb_occlusion_query/CMakeLists.gl.txt | 1 + .../arb_occlusion_query/occlusion_query_conform.c | 558