Re: [Mesa-dev] [PATCH V2 11/12] glsl: add subroutine index qualifier support

2015-11-10 Thread Emil Velikov
On 8 November 2015 at 22:34, Timothy Arceri wrote: > From: Timothy Arceri > > ARB_explicit_uniform_location allows the index for subroutine functions > to be explicitly set in the shader. > > This patch reduces the restriction on the index qualifier in > validate_layout_qualifiers() to allow it t

[Mesa-dev] [PATCH V2 11/12] glsl: add subroutine index qualifier support

2015-11-08 Thread Timothy Arceri
From: Timothy Arceri ARB_explicit_uniform_location allows the index for subroutine functions to be explicitly set in the shader. This patch reduces the restriction on the index qualifier in validate_layout_qualifiers() to allow it to be applied to subroutines and adds the new subroutine qualifie