Re: [Mesa-dev] [PATCH 2/2] nir: add comment for loop_unroll pass

2018-06-15 Thread Timothy Arceri
Series: Reviewed-by: Timothy Arceri On 16/06/18 06:13, Rob Clark wrote: Save the next person from digging through the code to figure out what the indirect_mask parameter actually does. Signed-off-by: Rob Clark --- src/compiler/nir/nir_opt_loop_unroll.c | 4 1 file changed, 4 insertio

[Mesa-dev] [PATCH 2/2] nir: add comment for loop_unroll pass

2018-06-15 Thread Rob Clark
Save the next person from digging through the code to figure out what the indirect_mask parameter actually does. Signed-off-by: Rob Clark --- src/compiler/nir/nir_opt_loop_unroll.c | 4 1 file changed, 4 insertions(+) diff --git a/src/compiler/nir/nir_opt_loop_unroll.c b/src/compiler/nir/