Re: [Mesa-dev] [PATCH 04/19] glsl: Construct gl_PerVertex interfaces for GS and VS outputs.

2013-10-08 Thread Jordan Justen
1-4 Reviewed-by: Jordan Justen On Wed, Oct 2, 2013 at 5:45 PM, Paul Berry wrote: > Although these interfaces can't be accessed directly by GLSL (since > they don't have an instance name), they will be necessary in order to > allow redeclarations of gl_PerVertex. > --- > src/glsl/builtin_variabl

[Mesa-dev] [PATCH 04/19] glsl: Construct gl_PerVertex interfaces for GS and VS outputs.

2013-10-02 Thread Paul Berry
Although these interfaces can't be accessed directly by GLSL (since they don't have an instance name), they will be necessary in order to allow redeclarations of gl_PerVertex. --- src/glsl/builtin_variables.cpp | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff