[Mesa-dev] [PATCH 3/7] draw: updates to support SVIEW decls

2015-06-11 Thread Rob Clark
From: Rob Clark To allow for shaders which use SVIEW decls for TEX* instructions, we need to preserve the constraint that the shader either has no SVIEW's or it has one matching SVIEW for each SAMP. Signed-off-by: Rob Clark Reviewed-by: Roland Scheidegger --- src/gallium/auxiliary/draw/draw_p

[Mesa-dev] [PATCH 3/7] draw: updates to support SVIEW decls

2015-06-10 Thread Rob Clark
From: Rob Clark To allow for shaders which use SVIEW decls for TEX* instructions, we need to preserve the constraint that the shader either has no SVIEW's or it has one matching SVIEW for each SAMP. Signed-off-by: Rob Clark --- src/gallium/auxiliary/draw/draw_pipe_aaline.c | 20 +