Re: [Mesa-dev] [PATCH 7/7] tgsi/scan: scan texture offset operands

2016-10-21 Thread Nicolai Hähnle
I don't feel so happy about adding the scans that don't have a clear plan of use. I see how the scan for atomic access could be interesting though. Anyway, the changes themselves look fine, so for the series: Reviewed-by: Nicolai Hähnle On 20.10.2016 20:08, Marek

[Mesa-dev] [PATCH 7/7] tgsi/scan: scan texture offset operands

2016-10-20 Thread Marek Olšák
From: Marek Olšák This seems important considering how much we depend on some of the flags. --- src/gallium/auxiliary/tgsi/tgsi_scan.c | 16 1 file changed, 16 insertions(+) diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.c