[Piglit] [PATCH] util: Add include guards in piglit_gl_framework.h.

2012-10-11 Thread Vinson Lee
Solaris Studio does not support #pragma once. Fixes build error with Solaris Studio. Signed-off-by: Vinson Lee v...@freedesktop.org --- .../util/piglit-framework-gl/piglit_gl_framework.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

Re: [Piglit] [PATCH 4/4] egl_khr_create_context_profile: Verify that the profile is ignored pre-3.2

2012-10-11 Thread Chad Versace
On 10/10/2012 01:31 PM, Matt Turner wrote: On Wed, Oct 10, 2012 at 11:04 AM, Chad Versace chad.vers...@linux.intel.com wrote: On 10/08/2012 04:57 PM, Matt Turner wrote: --- tests/all_egl.tests|1 + .../spec/egl_khr_create_context/CMakeLists.gl.txt |1

[Piglit] [PATCH] Patch up glDraw{Arrays, Elements}InstancedARB dispatch to accept ARB_instanced_arrays.

2012-10-11 Thread jfonseca
From: José Fonseca jfons...@vmware.com --- tests/util/gen_dispatch.py |7 +++ 1 file changed, 7 insertions(+) diff --git a/tests/util/gen_dispatch.py b/tests/util/gen_dispatch.py index 96a7f77..1e19c61 100644 --- a/tests/util/gen_dispatch.py +++ b/tests/util/gen_dispatch.py @@ -474,6

Re: [Piglit] [PATCH 4/4] egl_khr_create_context_profile: Verify that the profile is ignored pre-3.2

2012-10-11 Thread Matt Turner
On Thu, Oct 11, 2012 at 7:38 AM, Chad Versace chad.vers...@linux.intel.com wrote: I withdraw my comment objections to patches 2-4. That makes patch 2 reviewed-by. But there are still issues with patches 3-4. Patch 3 has the weird line break in printf. And patch 4 has the bug and misleading

[Piglit] [PATCH] egl_khr_create_context: Run tests concurrently

2012-10-11 Thread Matt Turner
--- tests/all_egl.tests | 39 ++- 1 files changed, 22 insertions(+), 17 deletions(-) diff --git a/tests/all_egl.tests b/tests/all_egl.tests index 526687f..ab04191 100644 --- a/tests/all_egl.tests +++ b/tests/all_egl.tests @@ -6,6 +6,11 @@ from

Re: [Piglit] Add OpenCL test for building program with build options v2

2012-10-11 Thread Tom Stellard
On Wed, Oct 10, 2012 at 06:44:01PM -0500, Aaron Watry wrote: I've created a reasonable number of tests of clBuildProgram based on the OpenCL 1.1 spec at: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/ This is a follow-up to a patch that I sent on Sept 27 [1]. [1]

[Piglit] [PATCH] texturing: Add test unpack-teximage2d

2012-10-11 Thread Chad Versace
Add four tests for testing the unpacking state with glTexImage2D. unpack-teximage2d pbo=0 format=GL_RGBA unpack-teximage2d pbo=1 format=GL_RGBA unpack-teximage2d pbo=0 format=GL_BGRA unpack-teximage2d pbo=1 format=GL_BGRA The tests randomly explore, with a fixed seed, the