Re: [Mesa-dev] [PATCH] tgsi/ureg: bump the limit of immediates

2011-05-29 Thread Brian Paul
On Sat, May 28, 2011 at 6:59 PM, Marek Olšák wrote: > Lowered indirect addressing can create lots of immediates. > > Fixes piglit/glsl-fs-uniform-array-7 on r300g. > > NOTE: This is a candidate for the 7.10 branch. > --- >  src/gallium/auxiliary/tgsi/tgsi_ureg.c |    2 +- >  1 files changed, 1 ins

[Mesa-dev] [PATCH] tgsi/ureg: bump the limit of immediates

2011-05-28 Thread Marek Olšák
Lowered indirect addressing can create lots of immediates. Fixes piglit/glsl-fs-uniform-array-7 on r300g. NOTE: This is a candidate for the 7.10 branch. --- src/gallium/auxiliary/tgsi/tgsi_ureg.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/tgsi