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

2013-01-01 Thread Brian Paul
On Mon, Dec 31, 2012 at 7:40 PM, 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

Re: [Piglit] [PATCH 4/4] glean/pointsprite: Initialize PointSpriteTest member variables.

2013-01-01 Thread Brian Paul
On Thu, Dec 20, 2012 at 12:15 AM, Vinson Lee v...@freedesktop.org wrote: Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- tests/glean/tpointsprite.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

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

2013-01-01 Thread Marek Olšák
These tests aren't sufficiently covered by piglit tests and should be kept: - fragProg1 (our main test for ARB_fragment_program, the piglit tests aren't so useful as this one) - paths (the only test for polygon stippling apart from pbo?) - pbo - stencil2 (tests glStencilMaskSeparate) - vertProg1

[Piglit] [PATCH] getteximage-targets: test glGetTexImage with all texture targets (v2)

2013-01-01 Thread Marek Olšák
--- tests/all.tests | 12 ++ tests/texturing/CMakeLists.gl.txt |1 + tests/texturing/getteximage-targets.c | 221 + 3 files changed, 234 insertions(+) create mode 100644 tests/texturing/getteximage-targets.c diff --git

[Piglit] [PATCH 2/6] glean/pbo: Initialize PBOTest member variable.

2013-01-01 Thread Vinson Lee
Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- tests/glean/tpbo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/glean/tpbo.h b/tests/glean/tpbo.h index cda1a49..b6a190f 100644 --- a/tests/glean/tpbo.h

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

2013-01-01 Thread Vinson Lee
Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- tests/glean/tpixelformats.h | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/tests/glean/tpixelformats.h b/tests/glean/tpixelformats.h index

[Piglit] [PATCH 4/6] glean/fragprog1: Initialize FragmentProgramTest member variable.

2013-01-01 Thread Vinson Lee
Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- tests/glean/tfragprog1.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/glean/tfragprog1.h b/tests/glean/tfragprog1.h index 37656eb..2e795eb 100644 ---

[Piglit] [PATCH 3/6] glean/glsl1: Initialized GLSLTest member variables.

2013-01-01 Thread Vinson Lee
Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- tests/glean/tglsl1.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/glean/tglsl1.h b/tests/glean/tglsl1.h index 34c1d23..57cf66d 100644 ---

[Piglit] [PATCH 5/6] glean/fbo: Initialize FBOTest member variables.

2013-01-01 Thread Vinson Lee
Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- tests/glean/tfbo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/glean/tfbo.h b/tests/glean/tfbo.h index 01d0d27..f7fe4d7 100644 ---

[Piglit] [PATCH 6/6] glean/api2: Initialize API2Test member variable.

2013-01-01 Thread Vinson Lee
Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- tests/glean/tapi2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/glean/tapi2.h b/tests/glean/tapi2.h index 132d565..6e84fd5 100644 ---