[Piglit] [PATCH 1/2] glsl-1.10 / glsl-1.20: Don't use ortho in variable indexing tests.

2018-06-11 Thread Jordan Justen
From: Matt Turner Using ortho makes shrinking the window size much more difficult, which makes running tests in simulation take much longer. Ref: https://lists.freedesktop.org/archives/piglit/2013-November/008298.html [jordan.l.jus...@intel.com: convert from shell script to mako] Signed-off-by:

[Piglit] [PATCH 2/2] glsl-1.20: Don't use ortho in outerProduct tests.

2018-06-11 Thread Jordan Justen
From: Matt Turner Ref: https://lists.freedesktop.org/archives/piglit/2013-November/008299.html [jordan.l.jus...@intel.com: convert from shell script to mako] Signed-off-by: Jordan Justen Cc: Kenneth Graunke --- .../gen_outerproduct_tests/template.shader_test.mako | 11 --- 1 file chan

[Piglit] [PATCH piglit] glsl-1.50: fix glsl-1.50-geometry-primitive-types

2018-06-11 Thread Eric Engestrom
ARRAY_SIZE() on a pointer results in `sizeof(pointer) / sizeof(pointer)`, which means the loop only ever executed the first test. Effectively revert most of fc189b7ff1160e3adc067 for this file to fix it. Fixes: fc189b7ff1160e3adc067 "Remove GLenum stringification macros." Cc: Fabian Bieler Cc: B

Re: [Piglit] [PATCH 1/4] README.md: Note that python 3.3.x+ is supported

2018-06-11 Thread Dylan Baker
Quoting Rhys Kidd (2018-06-09 12:37:48) > On 8 June 2018 at 12:15, Dylan Baker wrote: > > --- >  README.md | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index 30d7a2b5f..2d7d95674 100644 > --- a/README.md > +++ b/READ

Re: [Piglit] [PATCH 3/4] README.md: Remove PIGLIT_FORCE_GLSLPASER_DESKTOP env variable

2018-06-11 Thread Dylan Baker
Quoting Eric Anholt (2018-06-08 16:33:29) > Dylan Baker writes: > > > This is no longer honored, instead use the glslparser_arb_compat > > profile. > > I still see it in the tree here. It's used at compile time to generate the glslparser_arb_compat.xml.gz, but when you load the XML that variabl

Re: [Piglit] [PATCH 1/2] tox: Remove testing of end-of-life Python 3.3

2018-06-11 Thread Eric Engestrom
On Monday, 2018-06-11 06:39:46 -0400, Rhys Kidd wrote: > On 11 June 2018 at 05:40, Eric Engestrom wrote: > > > On Saturday, 2018-06-09 15:45:36 -0400, Rhys Kidd wrote: > > > Python 3.3 reached end-of-life in September 2017 [0]. > > > > > > Continuous integration testing has identified a number of

Re: [Piglit] [PATCH 1/2] tox: Remove testing of end-of-life Python 3.3

2018-06-11 Thread Rhys Kidd
On 11 June 2018 at 05:40, Eric Engestrom wrote: > On Saturday, 2018-06-09 15:45:36 -0400, Rhys Kidd wrote: > > Python 3.3 reached end-of-life in September 2017 [0]. > > > > Continuous integration testing has identified a number of dependencies > are > > now failing on python 3.3, such as: > > > >

Re: [Piglit] [PATCH 1/2] tox: Remove testing of end-of-life Python 3.3

2018-06-11 Thread Eric Engestrom
On Saturday, 2018-06-09 15:45:36 -0400, Rhys Kidd wrote: > Python 3.3 reached end-of-life in September 2017 [0]. > > Continuous integration testing has identified a number of dependencies are > now failing on python 3.3, such as: > > Collecting wheel > wheel requires Python '>=2.7, !=3.0.*, !