Skip to content

mesa/st: increment num_uniforms for hw accel select shaders

Mike Blumenkrantz requested to merge zmike/mesa:select into main

this otherwise breaks nir_lower_uniforms_to_ubo() and probably lots of drivers

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

Merge request reports