Re: [Piglit] [PATCH 1/6] glean/pixelformats: Initialize PixelFormatsTest member variables.

2013-01-02 Thread Brian Paul
On 01/01/2013 05:49 PM, Vinson Lee wrote: Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Leev...@freedesktop.org --- tests/glean/tpixelformats.h | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git

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

2013-01-02 Thread Brian Paul
On 12/31/2012 12:14 PM, Paul Berry wrote: This patch adds compressed representations of uniform grayscale images to piglit, in the ETC1 and FXT1 compression formats. Although they don't exercise the full capabilities of these compression formats, they should be sufficient to create basic tests

Re: [Piglit] [PATCH 2/2] Convert glsl-fs-mix-constant to a shader runner test.

2013-01-02 Thread Brian Paul
On 12/31/2012 07:09 PM, Kenneth Graunke wrote: --- tests/all.tests| 1 - tests/shaders/CMakeLists.gl.txt| 1 - tests/shaders/glsl-fs-mix-constant.c | 81 -- tests/shaders/glsl-fs-mix-constant.frag|

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

2013-01-02 Thread Paul Berry
On 2 January 2013 07:39, Brian Paul bri...@vmware.com wrote: I think the filename could be a little more descriptive. Maybe piglit-util-compressed-grays.h Sure, I can go along with that. ___ Piglit mailing list Piglit@lists.freedesktop.org

Re: [Piglit] Deleting ~20% of glean/no more directory spam

2013-01-02 Thread Paul Berry
On 31 December 2012 18:40, Kenneth Graunke kenn...@whitecape.org wrote: Now that Piglit's import of Glean is beginning to diverge from Glean proper, my hope is that someday people will port over various tests to the native Piglit framework, then delete the equivalent Glean code. A bit more

[Piglit] [PATCH 0/2] gles2: add minmax + invalid-es3-queries

2013-01-02 Thread Tom Gall
In this patch series: Add invalidate-es3-queries_gles2 to all.tests as well as make it follow naming conventions for the binary with _gles2 as the suffix. Add minmax for gles2. Changes based on Eric Anholt's feedback, removes a number of queries shouldn't be in the test, run the test

[Piglit] [PATCH 1/2] gles2: add invalid-es3-queries_gles2 to all.tests

2013-01-02 Thread Tom Gall
Change invalid-es3-quesies to follow conventions and be built as invalid-es3-queries_gles2 To all.tests, create gles20 group. Add invalid-es3-queries_gles2 to gles20 group as a concurrent test in all.tests. Signed-off-by: Tom Gall tom.g...@linaro.org --- tests/all.tests

[Piglit] [PATCH 2/2] gles2: add minmax testcas

2013-01-02 Thread Tom Gall
Add minmax test based on values that can be queried as specified in chapter 6.2 of the OpenGL ES 2.0.25 spec. Small modification to tests/util/minmax-test.* so that functions which use GLint64 and GLuint64 types aren't compiled when building for OpenGL ES 2. Signed-off-by: Tom Gall

[Piglit] piglit-dispatch for gles

2013-01-02 Thread Tom Gall
Hi All, I was looking at some of the piglit-dispatch code experimenting a bit with the intent to implement it for gles and was wondering where did the past discussions on this end up? There is a comment above piglit_dispatch_default_init that mentions run-time parameters. The Waffle and

Re: [Piglit] [PATCH 1/2] gles2: add invalid-es3-queries_gles2 to all.tests

2013-01-02 Thread Matt Turner
On Wed, Jan 2, 2013 at 1:45 PM, Tom Gall tom.g...@linaro.org wrote: Change invalid-es3-quesies to follow conventions and be built as invalid-es3-queries_gles2 To all.tests, create gles20 group. Add invalid-es3-queries_gles2 to gles20 group as a concurrent test in all.tests. Signed-off-by: