Re: [Mesa-dev] [PATCH] nvc0/ir: fix ubo max clamp, reset file index

2017-02-09 Thread Samuel Pitoiset
Nice catch. Reviewed-by: Samuel Pitoiset On 02/09/2017 09:37 PM, Ilia Mirkin wrote: We just increased the max UBO, so we should also increase the clamp that we do for robustness. Similarly, as we're including the fileIndex in the new indirect value, we should reset fileIndex to 0 so that it is

[Mesa-dev] [PATCH] nvc0/ir: fix ubo max clamp, reset file index

2017-02-09 Thread Ilia Mirkin
We just increased the max UBO, so we should also increase the clamp that we do for robustness. Similarly, as we're including the fileIndex in the new indirect value, we should reset fileIndex to 0 so that it is not added in a second time. Signed-off-by: Ilia Mirkin Cc: mesa-sta...@lists.freedeskt