Re: [Mesa-dev] [PATCH] gallium/ttn: fix for arrays vs regs

2015-04-06 Thread Eric Anholt
Rob Clark writes: > From: Rob Clark > > Just because there is array access, doesn't mean everything is an array. Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists

[Mesa-dev] [PATCH] gallium/ttn: fix for arrays vs regs

2015-04-06 Thread Rob Clark
From: Rob Clark Just because there is array access, doesn't mean everything is an array. Signed-off-by: Rob Clark --- src/gallium/auxiliary/nir/tgsi_to_nir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/nir/tgsi_to_nir.c b/src/gallium/auxiliary/nir