Re: [Piglit] [PATCH] Piglit-print-command: Remove the second parameters of 'loadTestProfile' when calling.

2013-01-04 Thread Kenneth Graunke
On 01/04/2013 09:29 PM, Yi Sun wrote: Because of the modification of function loadTestProfile's defination, fix the parameters when calling it. Signed-off-by: Yi Sun diff --git a/piglit-print-commands.py b/piglit-print-commands.py index 5536856..7a3ba14 100755 --- a/piglit-print-commands.py +

[Piglit] [PATCH] Piglit-print-command: Remove the second parameters of 'loadTestProfile' when calling.

2013-01-04 Thread Yi Sun
Because of the modification of function loadTestProfile's defination, fix the parameters when calling it. Signed-off-by: Yi Sun diff --git a/piglit-print-commands.py b/piglit-print-commands.py index 5536856..7a3ba14 100755 --- a/piglit-print-commands.py +++ b/piglit-print-commands.py @@ -101,7

[Piglit] [PATCH] clipflat: glean clipFlat test ported to piglit

2013-01-04 Thread Brian Paul
--- tests/all.tests |1 + tests/general/CMakeLists.gl.txt |1 + tests/general/clipflat.c| 528 +++ 3 files changed, 530 insertions(+), 0 deletions(-) create mode 100644 tests/general/clipflat.c diff --git a/tests/all.tests b/te

Re: [Piglit] piglit-dispatch for gles

2013-01-04 Thread Tom Gall
On Fri, Jan 4, 2013 at 11:56 AM, Chad Versace wrote: > On 01/03/2013 01:31 PM, Tom Gall wrote: >> On Thu, Jan 3, 2013 at 12:48 PM, Chad Versace >> wrote: >>> On 01/03/2013 10:00 AM, Tom Gall wrote: > >> What if instead of parsing over the c source file, why not run the >> test with a --tell-me-wh

Re: [Piglit] [PATCH 3/3] Add tests for glCompressedTex{Image, SubImage}3D().

2013-01-04 Thread Paul Berry
On 3 January 2013 14:39, Eric Anholt wrote: > Paul Berry writes: > > +static const char vs_text[] = > > + "#version " GLSL_VERSION "\n" > > Maybe fold GLSL_VERSION into the ifdefs instead of ifdeffing it above? > Sure, I can go along with that. __

Re: [Piglit] [PATCH 2/3] util: Add compressed representations of grayscale images.

2013-01-04 Thread Paul Berry
On 3 January 2013 15:11, Eric Anholt wrote: > Paul Berry writes: > > > This patch adds compressed representations of uniform grayscale images > > maybe "This patch adds compressed representations of uniform grayscale > blocks" -- I was thinking of these as images of some particular size, as > op

Re: [Piglit] piglit-dispatch for gles

2013-01-04 Thread Chad Versace
On 01/03/2013 01:31 PM, Tom Gall wrote: > On Thu, Jan 3, 2013 at 12:48 PM, Chad Versace > wrote: >> On 01/03/2013 10:00 AM, Tom Gall wrote: > What if instead of parsing over the c source file, why not run the > test with a --tell-me-what-you-support sort of flag? > > Spit out bog standard json i