Re: [Piglit] [PATCH] shaders: Use 3-source operations as conditions

2018-03-23 Thread Matt Turner
Reviewed-by: Matt Turner ___ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH] shaders: Use 3-source operations as conditions

2018-03-23 Thread Ian Romanick
From: Ian Romanick These tests attempt to generate 3-source instructions that will generate a condition code. The goal is to have the compiler eliminate the destination write so that only the condition is generated. On i965, this is not valid. Some versions of Mesa

Re: [Piglit] [PATCH] cl: Add bigger versions of calls with struct tests

2018-03-23 Thread Jan Vesely
On Thu, 2018-03-15 at 11:41 -0400, Matt Arsenault wrote: > ping > > > On Oct 12, 2017, at 16:19, Matt Arsenault wrote: > > > > These are just bigger versions of the existing struct > > calls tests so that they stress using byval/sret. The > > existing call with struct tests

Re: [Piglit] [PATCH v3 1/1] framework: change one missed core.checkDir call to core.check_dir

2018-03-23 Thread Dylan Baker
Quoting Petri Latvala (2018-03-23 03:11:10) > Commit 5e699e402a8b ("framework: rename core.checkDir to > core.check_dir") missed one call to checkDir in summary/feature. Also > convert the exception raised to PiglitFatalError. > > v2: Added exception changes > v3: Fixed indentation > >

[Piglit] [PATCH] Add support for Crucible

2018-03-23 Thread Juan A. Suarez Romero
Allow to run Crucible testsuite from piglit Signed-off-by: Juan A. Suarez Romero --- tests/crucible.py | 84 +++ 1 file changed, 84 insertions(+) create mode 100644 tests/crucible.py diff --git a/tests/crucible.py

[Piglit] [PATCH v3 1/1] framework: change one missed core.checkDir call to core.check_dir

2018-03-23 Thread Petri Latvala
Commit 5e699e402a8b ("framework: rename core.checkDir to core.check_dir") missed one call to checkDir in summary/feature. Also convert the exception raised to PiglitFatalError. v2: Added exception changes v3: Fixed indentation Signed-off-by: Petri Latvala Cc: Dylan