Re: [Piglit] [PATCH 02/18] shader_runner: Allow new drawing modes.

2013-06-14 Thread Eric Anholt
Paul Berry stereotype...@gmail.com writes: On 10 June 2013 16:54, Eric Anholt e...@anholt.net wrote: Fabian Bieler fabianbie...@fastmail.fm writes: Add primitives with adjacency and (for extreme future-proofness) patches to recognized drawing modes. --- tests/shaders/shader_runner.c

Re: [Piglit] [PATCH] Add a new test profile: gpu.tests.

2013-06-14 Thread Kenneth Graunke
On 06/14/2013 06:28 AM, Ken Phillis Jr wrote: On Thu, Jun 13, 2013 at 4:48 PM, Kenneth Graunke kenn...@whitecape.org wrote: Often, I make changes to Mesa which only affect tests that actually execute on the GPU. For such changes, there's no real benefit to running compiler-only/front-end

Re: [Piglit] [PATCH] cl: Add local memory test

2013-06-14 Thread Tom Stellard
On Thu, Jun 13, 2013 at 06:38:34PM -0500, Aaron Watry wrote: It's probably noting somewhere that these tests will fail on CL implementations where the maximum local workgroup size is 16 (e.g. CPU implementations that limit to 1 thread per core). Good point. I think this applies to other

[Piglit] [PATCH 1/2] cl: Add build test for -D GENTYPE=int

2013-06-14 Thread Tom Stellard
From: Tom Stellard thomas.stell...@amd.com --- tests/cl/program/build/define-GENTYPE.cl | 39 1 file changed, 39 insertions(+) create mode 100644 tests/cl/program/build/define-GENTYPE.cl diff --git a/tests/cl/program/build/define-GENTYPE.cl

Re: [Piglit] [PATCH 1/2] cl: Add build test for -D GENTYPE=int

2013-06-14 Thread Aaron Watry
Fun, fun... Do you have a fix for libclc as well, or is this an issue that we still need to address? --Aaron On Fri, Jun 14, 2013 at 5:51 PM, Tom Stellard t...@stellard.net wrote: From: Tom Stellard thomas.stell...@amd.com --- tests/cl/program/build/define-GENTYPE.cl | 39