Re: [Piglit] [PATCH 11/13] util/gl: Build libpigitutil_gles3

2012-11-30 Thread Anuj Phogat
On Fri, Nov 30, 2012 at 1:22 PM, Chad Versace wrote: > > On 11/30/2012 12:26 PM, Anuj Phogat wrote: > > On Tue, Nov 27, 2012 at 5:52 PM, Chad Versace > > wrote: > >> This patch just adds a new file, tests/util/CMakeLists.gles3.txt, which is > >> closely based off tests/util/CMakeLists.gles2.txt.

Re: [Piglit] [PATCH 11/13] util/gl: Build libpigitutil_gles3

2012-11-30 Thread Chad Versace
On 11/30/2012 12:26 PM, Anuj Phogat wrote: > On Tue, Nov 27, 2012 at 5:52 PM, Chad Versace > wrote: >> This patch just adds a new file, tests/util/CMakeLists.gles3.txt, which is >> closely based off tests/util/CMakeLists.gles2.txt. >> >> Signed-off-by: Chad Versace >> --- >> tests/util/CMakeList

Re: [Piglit] [PATCH 11/13] util/gl: Build libpigitutil_gles3

2012-11-30 Thread Anuj Phogat
On Tue, Nov 27, 2012 at 5:52 PM, Chad Versace wrote: > This patch just adds a new file, tests/util/CMakeLists.gles3.txt, which is > closely based off tests/util/CMakeLists.gles2.txt. > > Signed-off-by: Chad Versace > --- > tests/util/CMakeLists.gles3.txt | 21 + > 1 file chan

Re: [Piglit] [PATCH] glsl-1.10: Verify that "impossible" GLSL versions are properly rejected

2012-11-30 Thread Paul Berry
On 30 November 2012 10:14, Ian Romanick wrote: > From: Ian Romanick > > Currently on Mesa's gles3 branch this leads to an assertion failure. > It works correctly on Mesa master and known Mesa releases. > > Signed-off-by: Ian Romanick > When I apply this patch to Piglit master and run it using

Re: [Piglit] [PATCH 1/2] util/gl: Add more functions to test min/max values (v3)

2012-11-30 Thread Chad Versace
On 11/30/2012 10:35 AM, Chad Versace wrote: > Add the following functions: > piglit_test_min_uint > piglit_test_max_uint > piglit_test_min_int64 > piglit_test_max_int64 > piglit_test_min_uint64 > piglit_test_max_uint64 > > v2: Use PRId64 for printing GLint64, for Anholt. >

[Piglit] [PATCH 2/2] gles-3.0: Add minmax test (v3)

2012-11-30 Thread Chad Versace
This is the first GLES3 test. Tested against Mesa, branch gles3, commit 5612c08 "egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR", with Intel Sandybridge. All testcases pass except: tokenmin actual GL_MAX_ELEMENT_INDEX 16777215 16384 G

[Piglit] [PATCH 1/2] util/gl: Add more functions to test min/max values (v3)

2012-11-30 Thread Chad Versace
Add the following functions: piglit_test_min_uint piglit_test_max_uint piglit_test_min_int64 piglit_test_max_int64 piglit_test_min_uint64 piglit_test_max_uint64 v2: Use PRId64 for printing GLint64, for Anholt. v3: Add functions for uint, uint64. Signed-off-by: Chad Versace

[Piglit] [PATCH] glsl-1.10: Verify that "impossible" GLSL versions are properly rejected

2012-11-30 Thread Ian Romanick
From: Ian Romanick Currently on Mesa's gles3 branch this leads to an assertion failure. It works correctly on Mesa master and known Mesa releases. Signed-off-by: Ian Romanick --- I'm not sure this is the right place for this test script to live. It didn't seem to fit in any of the existing sub

Re: [Piglit] [PATCH] util: Initialize vbo_data::stride in constructor.

2012-11-30 Thread Brian Paul
On 11/30/2012 12:32 AM, Vinson Lee wrote: Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee --- tests/util/piglit-vbo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/piglit-vbo.cpp b/tests/util/piglit-vbo.cpp index 2ff9c

[Piglit] [PATCH] util: Initialize vbo_data::stride in constructor.

2012-11-30 Thread Vinson Lee
Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee --- tests/util/piglit-vbo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/piglit-vbo.cpp b/tests/util/piglit-vbo.cpp index 2ff9c61..9749934 100644 --- a/tests/util/piglit-vb