Re: [Piglit] [PATCH 1/2] shader_runner: add ARB_shader_subroutine support (v3)

2015-04-24 Thread Brian Paul
On 04/23/2015 06:36 PM, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com This adds basic support for executing shader subroutine tests. it comes with two intro tests, and probably a lot of bugs. tested against NVIDIA, for some reason -auto fails here. It might pass if you build

[Piglit] [PATCH 1/2] shader_runner: add ARB_shader_subroutine support (v3)

2015-04-23 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com This adds basic support for executing shader subroutine tests. it comes with two intro tests, and probably a lot of bugs. tested against NVIDIA, for some reason -auto fails here. v2: add support for other shader types (Ilia) v2.1: fix printf v3: rework code