Re: [Mesa-dev] [PATCH 1/2] st/mesa: add support for viewport index semantic

2014-01-21 Thread Ian Romanick
On 01/20/2014 10:09 PM, Dave Airlie wrote: > From: Dave Airlie > > This adds GS output and FS input support, even though FS input > support isn't supported until GLSL 4.30 from what I can see. Or GL_ARB_fragment_layer_viewport. There's a bit of, IMO, a goof here. The FS input will have exactly

[Mesa-dev] [PATCH 1/2] st/mesa: add support for viewport index semantic

2014-01-20 Thread Dave Airlie
From: Dave Airlie This adds GS output and FS input support, even though FS input support isn't supported until GLSL 4.30 from what I can see. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_program.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/mesa/state_tracker/s