mesa/st: increment num_uniforms for hw accel select shaders
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 16 Jun 2022 20:58:37 +0000 (16:58 -0400)
committerMarge Bot <emma+marge@anholt.net>
Sat, 18 Jun 2022 20:18:18 +0000 (20:18 +0000)
commit9ca0c0b4b40831038cac027bd342b2405e0716db
tree1f7308ac891bad28f95d242419f4f6fce80a559e
parent81557a4fdf1e780bef75ca4ba115395ec61aae18
mesa/st: increment num_uniforms for hw accel select shaders

this otherwise breaks nir_lower_uniforms_to_ubo() and probably lots
of drivers

Fixes: 9b22ab4167e ("mesa/st: implement hardware accelerated GL_SELECT")

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17092>
src/mesa/state_tracker/st_draw_hw_select.c