aux/tc: fix initial rp info allocation
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 13 Mar 2023 11:41:33 +0000 (07:41 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 17 Mar 2023 14:38:00 +0000 (14:38 +0000)
commit64a256c66a520c55acb48deab309f5b984b02ba0
tree2b3f7ec1a6ed881082cfe1788e2b9f492b7b472f
parent1a9ba0aaa34a0fb484c0cdfcecf96324fae8ee67
aux/tc: fix initial rp info allocation

this value is -1 by default, which means the initial allocation yields
9 info structs instead of 10 (though this has no bearing on functionality)

Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21800>
src/gallium/auxiliary/util/u_threaded_context.c