Re: [Mesa-dev] [PATCH 02/11] tgsi/scan: get more information about arrays and handle arrays correctly

2015-05-27 Thread Roland Scheidegger
Yes, that looks better to me. It may be a bit inconsistent to only do that for inputs/outputs and not for temp but at least this way there's no additional limit on the number of arrays. Roland Am 26.05.2015 um 13:04 schrieb Marek Olšák: > From: Marek Olšák > > v2: use less memory for the inform

[Mesa-dev] [PATCH 02/11] tgsi/scan: get more information about arrays and handle arrays correctly

2015-05-26 Thread Marek Olšák
From: Marek Olšák v2: use less memory for the information --- src/gallium/auxiliary/tgsi/tgsi_scan.c | 24 +--- src/gallium/auxiliary/tgsi/tgsi_scan.h | 4 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.c b/src/gall

Re: [Mesa-dev] [PATCH 02/11] tgsi/scan: get more information about arrays and handle arrays correctly

2015-05-25 Thread Roland Scheidegger
Am 24.05.2015 um 13:19 schrieb Marek Olšák: > From: Marek Olšák > > --- > src/gallium/auxiliary/tgsi/tgsi_scan.c | 11 +-- > src/gallium/auxiliary/tgsi/tgsi_scan.h | 2 ++ > 2 files changed, 11 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.c > b/s

[Mesa-dev] [PATCH 02/11] tgsi/scan: get more information about arrays and handle arrays correctly

2015-05-24 Thread Marek Olšák
From: Marek Olšák --- src/gallium/auxiliary/tgsi/tgsi_scan.c | 11 +-- src/gallium/auxiliary/tgsi/tgsi_scan.h | 2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.c b/src/gallium/auxiliary/tgsi/tgsi_scan.c index d821072..cd7eb9e 1