3127282944
Following commit for st_nir_link_shaders->nir_link_opt_varyings may copy uniform variable from one shader to another, so delay the nir_spirv link which contains mesa uniform information update (gl_nir_link_uniforms) after it and align with glsl link. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12613>