[Piglit] [PATCH] glsl-1.50/execution: add primitive id tests with tri strip primitives

2014-12-05 Thread sroland
From: Roland Scheidegger Just using tri strip instead of tri fan. Exposing more bugs in llvmpipe/draw... --- ...imitive-id-no-gs-strip-first-vertex.shader_test | 62 ++ .../execution/primitive-id-no-gs-strip.shader_test | 60 + 2 files changed, 122 inserti

Re: [Piglit] [PATCH 06/10] igt.py: Use grouptools

2014-12-05 Thread Dylan Baker
On Friday, December 05, 2014 09:46:57 AM Thomas Wood wrote: > On 4 December 2014 at 23:10, Dylan Baker wrote: > > > > Signed-off-by: Dylan Baker > > --- > > tests/igt.py | 17 ++--- > > 1 file changed, 6 insertions(+), 11 deletions(-) > > > > diff --git a/tests/igt.py b/tests/igt.py

Re: [Piglit] [PATCH 01/10] grouptools.py: Add a module specifically for working with group strings

2014-12-05 Thread Dylan Baker
On Friday, December 05, 2014 11:55:41 AM Jose Fonseca wrote: > On 04/12/14 23:09, Dylan Baker wrote: > > This module is largely just posixpath (sometimes the functions are > > renamed), with a couple of unique functions, which are basically > > wrappers around posixpath functions with some special

Re: [Piglit] [PATCH 01/10] grouptools.py: Add a module specifically for working with group strings

2014-12-05 Thread Jose Fonseca
On 04/12/14 23:09, Dylan Baker wrote: This module is largely just posixpath (sometimes the functions are renamed), with a couple of unique functions, which are basically wrappers around posixpath functions with some special exceptions. Having and using the module presents the advantage of being a

Re: [Piglit] [PATCH 06/10] igt.py: Use grouptools

2014-12-05 Thread Thomas Wood
On 4 December 2014 at 23:10, Dylan Baker wrote: > > Signed-off-by: Dylan Baker > --- > tests/igt.py | 17 ++--- > 1 file changed, 6 insertions(+), 11 deletions(-) > > diff --git a/tests/igt.py b/tests/igt.py > index 83a99a9..9c08f57 100644 > --- a/tests/igt.py > +++ b/tests/igt.py >