Re: [Piglit] Python errors during test generation

2012-11-09 Thread Chad Versace
On 11/09/2012 12:18 PM, Paul Berry wrote: > On 9 November 2012 11:15, Chad Versace wrote: > >> Paul, >> >> I observed these Python errors during test generation. I haven't had a >> chance to look into them yet, but just wanted to inform you before I forgot >> about them. >> >> [87/1749] Generatin

Re: [Piglit] Python errors during test generation

2012-11-09 Thread Paul Berry
On 9 November 2012 11:15, Chad Versace wrote: > Paul, > > I observed these Python errors during test generation. I haven't had a > chance to look into them yet, but just wanted to inform you before I forgot > about them. > > [87/1749] Generating builtin_uniform_tests.list > /home/chad/proj/linux/

Re: [Piglit] [PATCH 2/2] egl: Add more cases to egl-create-context-invalid-gl-version

2012-11-09 Thread Chad Versace
On 11/08/2012 01:29 PM, Ian Romanick wrote: > On 11/08/2012 11:00 AM, Chad Versace wrote: >> Fails on mesa-a196f43 with Intel Sandybridge with: >>Created OpenGL ES1 context with invalid version 3.9 >> >> CC: Ian Romanick >> CC: Matt Turner >> Signed-off-by: Chad Versace >> --- >> tests/egl

Re: [Piglit] [PATCH] egl: Add test egl-create-context-verify-gl-flavor

2012-11-09 Thread Chad Versace
On 11/08/2012 04:59 PM, Ian Romanick wrote: > On 11/08/2012 01:20 PM, Ian Romanick wrote: >> On 11/08/2012 10:19 AM, Chad Versace wrote: >>> +int >>> +main(int argc, char **argv) >>> +{ >>> +enum piglit_result result = PIGLIT_SKIP; >>> + >>> +/* We call glGetIntegerv with a GL cont

[Piglit] [PATCH 2/2] egl: Add test egl-create-context-verify-gl-flavor (v2)

2012-11-09 Thread Chad Versace
This test requests various flavors (that is, api and version and profile) of contexts and verifies that the context's actual flavor is compatible with the requested flavor. The following subcases fail on mesa-a196f43 with Intel Sandybridge: - For each OpenGL context >= 3.2, context creation fa

[Piglit] [PATCH 1/2] util/egl: Change piglit_expect_egl_error to return a bool

2012-11-09 Thread Chad Versace
Previously, piglit_expect_egl_error() would terminate the test an unexpecgted error occurred. However, there are many cases when we would prefer to simply report the error and continue testing. Commit 83c8ef80 made an analagous change to piglit_check_gl_error(). For consistency with that function,

[Piglit] Python errors during test generation

2012-11-09 Thread Chad Versace
Paul, I observed these Python errors during test generation. I haven't had a chance to look into them yet, but just wanted to inform you before I forgot about them. [87/1749] Generating builtin_uniform_tests.list /home/chad/proj/linux/graphics/v/master/src/piglit/generated_tests/builtin_function

Re: [Piglit] [PATCH] vbo-map-unsync: test unsynchronized buffer mapping

2012-11-09 Thread Eric Anholt
Brian Paul writes: > --- > tests/all.tests |1 + > tests/general/CMakeLists.gl.txt |1 + > tests/general/vbo-map-unsync.c | 173 > +++ > 3 files changed, 175 insertions(+), 0 deletions(-) > create mode 100644 tests/general/vbo-map-un

Re: [Piglit] [PATCH] hiz, new depth test

2012-11-09 Thread Tapani Pälli
On 11/09/2012 12:05 AM, Chad Versace wrote: On 11/08/2012 01:52 PM, Eric Anholt wrote: Chad Versace writes: On 11/05/2012 12:09 PM, Chad Versace wrote: On 11/05/2012 12:04 PM, Chad Versace wrote: On 10/31/2012 06:38 AM, Tapani Pälli wrote: Hello, Here is a new test that tries to demonstra

Re: [Piglit] [PATCH] hiz, new depth test

2012-11-09 Thread Tapani Pälli
On 11/05/2012 10:09 PM, Chad Versace wrote: On 11/05/2012 12:04 PM, Chad Versace wrote: On 10/31/2012 06:38 AM, Tapani Pälli wrote: Hello, Here is a new test that tries to demonstrate failure with hiz code when frambuffer depth and color do not match. This failure happens for example with MESA