Re: [Mesa-dev] [PATCH] tgsi_test: fix parsing of array in declaration

2013-06-17 Thread Brian Paul
On 06/16/2013 05:24 AM, Dave Airlie wrote: I noticed this code didn't work as advertised while doing some passing around of TGSI shaders and trying to reparse them, and things failing. This seems to fix it here for at least the small test case I hacked into a graw test. Signed-off-by: Dave Airl

[Mesa-dev] [PATCH] tgsi_test: fix parsing of array in declaration

2013-06-16 Thread Dave Airlie
I noticed this code didn't work as advertised while doing some passing around of TGSI shaders and trying to reparse them, and things failing. This seems to fix it here for at least the small test case I hacked into a graw test. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/tgsi/tgsi_text