radeonsi: don't use sel->nir in si_check_blend_dst_sampler_noop
We don't want to modify sel->nir so force the use of the serialized version of the shader. Waiting on sel->ready guarantees that sel->nir will be NULL and that si_get_nir_shader will use sel->nir_binary. Fixes: b78a38bd ("radeonsi: use si_nir_is_output_const_if_tex_is_const") Closes: mesa/mesa#6415 Reviewed-by:Marek Olšák <marek.olsak@amd.com> Part-of: <mesa/mesa!16587> (cherry picked from commit ef950d37)
Loading
Please register or sign in to comment