[Piglit] [PATCH] glsl-fs-discard-mrt: New test for bug 75207

2015-07-08 Thread Eric Anholt
--- Here's another old test of mine, not *quite* as stale. tests/all.py| 1 + tests/shaders/CMakeLists.gl.txt | 1 + tests/shaders/glsl-fs-discard-mrt.c | 199 3 files changed, 201 insertions(+) create mode 100644 tests/shader

[Piglit] [PATCH] GL_MESA_pack_invert: Add a test for a few glReadPixels() cases.

2015-07-08 Thread Eric Anholt
We had no tests of this extension in the tree, and sure enough i965 was broken (causing GPU hangs). --- A year and a half later, here's a resend (with style fixes) tests/all.py | 5 + tests/spec/CMakeLists.txt | 1 + tests/spec/mesa_pack_i

Re: [Piglit] [PATCH 2/2] xts: Add a set of rendercheck tests to run.

2015-07-08 Thread Eric Anholt
Dylan Baker writes: > I have a few style nitpicks on both patches, with those addressed for > the series: > Reviewed-by: Dylan Baker > > On Wed, Jul 08, 2015 at 02:38:51PM -0700, Eric Anholt wrote: >> We don't do a full run, because that takes approximately an eternity. >> However, running a sma

[Piglit] [PATCH 2/2] framework: remove last use of core.checkDir

2015-07-08 Thread Dylan Baker
With the previous change there is only one user of checkDir, which was in need of refactor if it was going to be generally useful. So instead, just remove it, the replacement is less code and it's obvious what it does. Signed-off-by: Dylan Baker --- framework/core.py | 23 --

[Piglit] [PATCH 1/2] framework/programs/run.py: On a new run clear results directory

2015-07-08 Thread Dylan Baker
A current source of confusion right now, is to run piglit, and setting a results directory that already contains a partial result in it. If the new run is shorter than the run it's overwriting, then when it accumulates all of the tests together into a single file at the end of the run, these extra

Re: [Piglit] [PATCH] arb_blend_func_extended: output-location api test

2015-07-08 Thread Dave Airlie
On 3 July 2015 at 17:39, Tapani Pälli wrote: > Linking should fail, test passes on NVIDIA's proprietary driver version > 346.59 but crashes currently on i965 driver. > > Signed-off-by: Tapani Pälli Reviewed-by: Dave Airlie ___ Piglit mailing list Pigl

Re: [Piglit] [PATCH] dsa_texture-storage immut remove level_max check

2015-07-08 Thread Liam Middlebrook
bump On 06/23/2015 10:43 AM, Liam Middlebrook wrote: From a5b8064d066b6829b7eb81d0b6440ce61ea2cad5 Mon Sep 17 00:00:00 2001 From: Liam Middlebrook Date: Tue, 23 Jun 2015 09:24:57 -0700 Subject: [PATCH] dsa_texture-storage immut remove level_max check Removes the level_max related checks for th

Re: [Piglit] add compression support for file backends

2015-07-08 Thread Dylan Baker
bump On Wed, Jul 01, 2015 at 04:04:52PM -0700, Dylan Baker wrote: > This adds a couple more unit tests, and a few fixes to the last version > of this series, with the notable addition being support xz compression > > Ilia: how would you feel about dropping shell support and just using > backports

[Piglit] [PATCH] texwrap: skip if integers or offset used with non-2D

2015-07-08 Thread Dave Airlie
From: Dave Airlie The test doesn't support these cases yet, since the shaders are hardcoded to use 2D samplers. Signed-off-by: Dave Airlie --- tests/texturing/texwrap.c | 9 + 1 file changed, 9 insertions(+) diff --git a/tests/texturing/texwrap.c b/tests/texturing/texwrap.c index 76b6

Re: [Piglit] [PATCH 2/2] xts: Add a set of rendercheck tests to run.

2015-07-08 Thread Dylan Baker
I have a few style nitpicks on both patches, with those addressed for the series: Reviewed-by: Dylan Baker On Wed, Jul 08, 2015 at 02:38:51PM -0700, Eric Anholt wrote: > We don't do a full run, because that takes approximately an eternity. > However, running a small subset can be useful to catch

Re: [Piglit] [PATCH 1/2] xts: Add a profile for just the rendering tests.

2015-07-08 Thread Dylan Baker
On Wed, Jul 08, 2015 at 02:38:50PM -0700, Eric Anholt wrote: > Many X developers work on rendering code, and don't really care about > the rest of xts. This is our equivalent of GL's quick.py. > --- > tests/xts-render.py | 32 > 1 file changed, 32 insertions(+) >

Re: [Piglit] [PATCH 1/2] xts: Add a profile for just the rendering tests.

2015-07-08 Thread Dave Airlie
On 9 July 2015 at 07:38, Eric Anholt wrote: > Many X developers work on rendering code, and don't really care about > the rest of xts. This is our equivalent of GL's quick.py. For the series, Reviewed-by: Dave Airlie > --- > tests/xts-render.py | 32 > 1 file

[Piglit] [PATCH 2/2] xts: Add a set of rendercheck tests to run.

2015-07-08 Thread Eric Anholt
We don't do a full run, because that takes approximately an eternity. However, running a small subset can be useful to catch certain bugs in Render implementations. This passes on an fb implementation in <4 seconds on my laptop. --- tests/xts-render.py | 4 tests/xts.py| 55

[Piglit] [PATCH 1/2] xts: Add a profile for just the rendering tests.

2015-07-08 Thread Eric Anholt
Many X developers work on rendering code, and don't really care about the rest of xts. This is our equivalent of GL's quick.py. --- tests/xts-render.py | 32 1 file changed, 32 insertions(+) create mode 100644 tests/xts-render.py diff --git a/tests/xts-render.py

Re: [Piglit] [PATCH] cl/api: Avoid deprecated declarations warnings.

2015-07-08 Thread Tom Stellard
Reviewed-by: Tom Stellard -Tom On Wed, Jul 08, 2015 at 02:54:51PM +0100, Jose Fonseca wrote: > --- > tests/cl/api/create-image.c| 2 ++ > tests/cl/api/unload-compiler.c | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/tests/cl/api/create-image.c b/tests/cl/api/create-image.c > i

[Piglit] [PATCH] cl/api: Avoid deprecated declarations warnings.

2015-07-08 Thread Jose Fonseca
--- tests/cl/api/create-image.c| 2 ++ tests/cl/api/unload-compiler.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/cl/api/create-image.c b/tests/cl/api/create-image.c index a1e143b..1ee5f71 100644 --- a/tests/cl/api/create-image.c +++ b/tests/cl/api/create-image.c @@ -24,6 +24,

Re: [Piglit] [PATCH] gl-2.0-large-point-fs: new test of large points with fragment shaders

2015-07-08 Thread Jose Fonseca
On 07/07/15 23:32, Brian Paul wrote: v2: if max point size is very small, report PIGLIT_SKIP. --- tests/all.py| 1 + tests/spec/gl-2.0/CMakeLists.gl.txt | 1 + tests/spec/gl-2.0/large-point-fs.c | 151 3 files changed, 153 ins