Re: [Mesa-dev] [PATCH] nvc0/ir: fix INTERP_* with indirect inputs

2018-03-27 Thread Karol Herbst
Reviewed-by: Karol Herbst On Sat, Mar 24, 2018 at 8:19 PM, Ilia Mirkin wrote: > There were two problems, both of which are fixed now: > - The indirect address was not being shifted by 4 > - The indirect address was being placed as an argument in the

[Mesa-dev] [PATCH] nvc0/ir: fix INTERP_* with indirect inputs

2018-03-24 Thread Ilia Mirkin
There were two problems, both of which are fixed now: - The indirect address was not being shifted by 4 - The indirect address was being placed as an argument in the offset case This fixes some of the new interpolateAt* piglits which now test for these situations. Signed-off-by: Ilia Mirkin