Re: [Piglit] [PATCH] tests: Add integration with Khronos CTS OpenGL runner

2016-05-18 Thread Juan A. Suarez Romero
On Wed, 2016-05-18 at 11:00 -0700, Dylan Baker wrote: > I'm 50/50 on it. While I think it probably is nicer to change them, > it > also creates more churn for people using the functionality. Then, I'll keep as it is. We can always change it in future, if required. Thanks a lot! J.A. _

[Piglit] [PATCH 2/2] arb_enhanced_layouts: add more xfb_stride compile tests

2016-05-18 Thread Timothy Arceri
--- .../xfb_stride/block-stride-overflow.vert | 24 .../xfb_stride/named-block-stride-overflow.vert| 24 .../xfb_stride/variable-implicit-too-large.vert| 22 ++ .../variable-stride-mismatch-global.vert | 26 ++

[Piglit] [PATCH 1/2] arb_enhanced_layouts: additional xfb_offset test

2016-05-18 Thread Timothy Arceri
--- .../invalid-nested-struct-with-double.vert | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 tests/spec/arb_enhanced_layouts/compiler/transform-feedback-layout-qualifiers/xfb_offset/invalid-nested-struct-with-double.vert diff --git a/tests/spec/arb_en

Re: [Piglit] [PATCH 0/4] Additional tests for ARB_vertex_attrib_64bit extension

2016-05-18 Thread Dave Airlie
On 18 May 2016 at 09:31, Andres Gomez wrote: > This series provides additional tests for the ARB_vertex_attrib_64bit > extension: > > https://www.opengl.org/registry/specs/ARB/vertex_attrib_64bit.txt > > This work is complemented with the corresponding bug to add support > for this extension into

Re: [Piglit] [PATCH] tests: Add integration with Khronos CTS OpenGL runner

2016-05-18 Thread Dylan Baker
Quoting Juan A. Suarez Romero (2016-05-18 09:27:34) > On Wed, 2016-05-18 at 09:20 -0700, Dylan Baker wrote: > > Quoting Juan A. Suarez Romero (2016-05-18 06:34:07) > > > This adds support for running Khronos' deqp-based conformance suite > > for > > > OpenGL with piglit. > > > --- > > >  piglit.con

Re: [Piglit] [PATCH] tests: Add integration with Khronos CTS OpenGL runner

2016-05-18 Thread Juan A. Suarez Romero
On Wed, 2016-05-18 at 09:20 -0700, Dylan Baker wrote: > Quoting Juan A. Suarez Romero (2016-05-18 06:34:07) > > This adds support for running Khronos' deqp-based conformance suite > for > > OpenGL with piglit. > > --- > >  piglit.conf.example | 10 ++ > >  tests/{cts.py => cts_gl

Re: [Piglit] [PATCH] tests: Add integration with Khronos CTS OpenGL runner

2016-05-18 Thread Dylan Baker
Quoting Juan A. Suarez Romero (2016-05-18 06:34:07) > This adds support for running Khronos' deqp-based conformance suite for > OpenGL with piglit. > --- > piglit.conf.example | 10 ++ > tests/{cts.py => cts_gl45.py} | 43 > + > tests/

[Piglit] [PATCH] tests: Add integration with Khronos CTS OpenGL runner

2016-05-18 Thread Juan A. Suarez Romero
This adds support for running Khronos' deqp-based conformance suite for OpenGL with piglit. --- piglit.conf.example | 10 ++ tests/{cts.py => cts_gl45.py} | 43 + tests/{cts.py => cts_gles31.py} | 2 +- 3 files changed, 37 insertions(+

Re: [Piglit] [PATCH v2 0/2] More tests for multiple inout parameters

2016-05-18 Thread Juan A. Suarez Romero
On Mon, 2016-05-09 at 16:51 +0200, Juan A. Suarez Romero wrote: > These tests cover two use cases: > > - Indirect arrays (arrays indexed from other arrays) > - Arrays of arrays (requires GL_ARB_arrays_of_arrays) > > > Juan A. Suarez Romero (2): >   Test multiple inout parameters with indirect ar

Re: [Piglit] [PATCH] shader_runner: Initialize gl_max_varying_components more often.

2016-05-18 Thread Kenneth Graunke
On Tuesday, May 17, 2016 6:09:26 PM PDT Eric Anholt wrote: > Back in the day it was called MAX_VARYING_FLOATS, which is an alias > for MAX_VARYING_COMPONENTS. Fixes a bunch of varying-components tests > skipping on vc4. > --- > tests/shaders/shader_runner.c | 3 ++- > 1 file changed, 2 insertions