Re: [Piglit] [Mesa-dev] [ANNOUNCE] waffle-1.1.0

2012-10-15 Thread Brian Paul
On 10/15/2012 02:37 AM, Chad Versace wrote: Waffle 1.1.0 is now available. Downloads and documentation are available at http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.0 Waffle is a cross-platform library that allows one to defer selection of GL API and of window system

[Piglit] [PATCH] fbo-clear-format: test stencil glClear

2012-10-15 Thread Marek Olšák
The test visualizes the stencil buffer (unlike some other tests), which is very useful for debugging. Unfortunately, it doesn't work with Mesa. There seems to be a bogus GL error. The problem can be reproduced by running: ./fbo-clear-formats GL_EXT_packed_depth_stencil stencil -auto It would be

[Piglit] [PATCH] piglit: fix crashes when using original GLUT

2012-10-15 Thread Brian Paul
The glutInit() function in the original GLUT expects argv[0] to be the program name (as from main()), not a NULL pointer. A strrchr() call crashes on NULL. For now, set argv[0]=piglit. Previously, glutInit would get the program path/name and it would appear in the window title. This seems to

Re: [Piglit] [PATCH] piglit: fix crashes when using original GLUT

2012-10-15 Thread Jose Fonseca
Seems a good idea to me. Jose - Original Message - The glutInit() function in the original GLUT expects argv[0] to be the program name (as from main()), not a NULL pointer. A strrchr() call crashes on NULL. For now, set argv[0]=piglit. Previously, glutInit would get the program

Re: [Piglit] [PATCH] fbo-clear-format: test stencil glClear

2012-10-15 Thread Brian Paul
On 10/15/2012 11:10 AM, Marek Olšák wrote: The test visualizes the stencil buffer (unlike some other tests), which is very useful for debugging. Unfortunately, it doesn't work with Mesa. There seems to be a bogus GL error. The problem can be reproduced by running: ./fbo-clear-formats

Re: [Piglit] [PATCH] piglit: fix crashes when using original GLUT

2012-10-15 Thread Chad Versace
On 10/15/2012 10:30 AM, Brian Paul wrote: The glutInit() function in the original GLUT expects argv[0] to be the program name (as from main()), not a NULL pointer. A strrchr() call crashes on NULL. For now, set argv[0]=piglit. Previously, glutInit would get the program path/name and it

[Piglit] [PATCH 2/2] GL_ARB_texture_compression/invalid_formats: Print decoded enum strings.

2012-10-15 Thread Eric Anholt
--- tests/spec/arb_texture_compression/invalid-formats.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/spec/arb_texture_compression/invalid-formats.c b/tests/spec/arb_texture_compression/invalid-formats.c index e63014d..940e12c 100644 ---

Re: [Piglit] [waffle] [Mesa-dev] [ANNOUNCE] waffle-1.1.0

2012-10-15 Thread Brian Paul
On 10/15/2012 12:13 PM, Chad Versace wrote: On 10/15/2012 07:57 AM, Brian Paul wrote: On 10/15/2012 02:37 AM, Chad Versace wrote: I unpacked the .xz file, then $ cd waffle-1.1.0 $ export WAFFLE_SOURCE_DIR=$PWD/src $ cmake \ -DCMAKE_LIBRARY_PATH=$(echo $LIBRARY_PATH | sed

[Piglit] [PATCH 1/4] glx_arb_create_context: Rename pre-GL3 test to pre-GL32

2012-10-15 Thread Matt Turner
Context flags are ignored by GL versions pre-3.2, not pre-3.0. --- tests/all.tests|2 +- .../spec/glx_arb_create_context/CMakeLists.gl.txt |2 +- .../spec/glx_arb_create_context/pre-GL3-profile.c | 115

[Piglit] [PATCH 2/4] glx_arb_create_context: Don't specify the profile in the without-profile case

2012-10-15 Thread Matt Turner
Reported-by: Chad Versace chad.vers...@linux.intel.com --- .../spec/glx_arb_create_context/pre-GL32-profile.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/tests/spec/glx_arb_create_context/pre-GL32-profile.c b/tests/spec/glx_arb_create_context/pre-GL32-profile.c

[Piglit] [PATCH 3/4] glx_arb_create_context/core-profile: Remove extra newline

2012-10-15 Thread Matt Turner
--- tests/spec/glx_arb_create_context/core-profile.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/tests/spec/glx_arb_create_context/core-profile.c b/tests/spec/glx_arb_create_context/core-profile.c index 833c5ee..9892a36 100644 ---

[Piglit] [PATCH 4/4] glx_*_create_context*: Run tests concurrently

2012-10-15 Thread Matt Turner
--- tests/all.tests | 36 ++-- 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/tests/all.tests b/tests/all.tests index a8bd4f4..37818db 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -668,33 +668,33 @@ import_context['query context info']

Re: [Piglit] [waffle] [Mesa-dev] [ANNOUNCE] waffle-1.1.0

2012-10-15 Thread Chad Versace
On 10/15/2012 11:20 AM, Brian Paul wrote: On 10/15/2012 12:13 PM, Chad Versace wrote: On 10/15/2012 07:57 AM, Brian Paul wrote: On 10/15/2012 02:37 AM, Chad Versace wrote: I unpacked the .xz file, then $ cd waffle-1.1.0 $ export WAFFLE_SOURCE_DIR=$PWD/src $ cmake \

Re: [Piglit] [waffle] [Mesa-dev] [ANNOUNCE] waffle-1.1.0

2012-10-15 Thread Chad Versace
On 10/15/2012 08:59 AM, Marek Olšák wrote: Hi Chad, waffle and/or piglit create an RGBA framebuffer even in the case where only RGB is requested, which breaks these piglit tests: - clearbuffer-display-lists (not sure - fs-texelFetchOffset-2D - fdo25614-genmipmap Thanks for finding the

Re: [Piglit] [waffle] [Mesa-dev] [ANNOUNCE] waffle-1.1.0

2012-10-15 Thread Brian Paul
On 10/15/2012 12:42 PM, Chad Versace wrote: On 10/15/2012 11:20 AM, Brian Paul wrote: On 10/15/2012 12:13 PM, Chad Versace wrote: On 10/15/2012 07:57 AM, Brian Paul wrote: On 10/15/2012 02:37 AM, Chad Versace wrote: I unpacked the .xz file, then $ cd waffle-1.1.0 $ export

Re: [Piglit] [PATCH 1/2] util: Fix the variable for linking against waffle.

2012-10-15 Thread Chad Versace
On 10/15/2012 11:11 AM, Eric Anholt wrote: Fixes the build when waffle is located in a non-system directory. --- tests/util/CMakeLists.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/CMakeLists.txt b/tests/util/CMakeLists.txt index 836e437..bb29c62

Re: [Piglit] [PATCH 1/4] glx_arb_create_context: Rename pre-GL3 test to pre-GL32

2012-10-15 Thread Chad Versace
For the series, Reviewed-by: Chad Versace chad.vers...@linux.intel.com ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/piglit

Re: [Piglit] [PATCH 1/4] glx_arb_create_context: Rename pre-GL3 test to pre-GL32

2012-10-15 Thread Matt Turner
On Mon, Oct 15, 2012 at 4:09 PM, Chad Versace chad.vers...@linux.intel.com wrote: For the series, Reviewed-by: Chad Versace chad.vers...@linux.intel.com Thanks. I see that I sent this twice. Sorry about that. :) ___ Piglit mailing list