e020c1b979
This efectivelly enables NIR to TGSI for swtcl chipsets. Otherwise on swtcl chipsets we can end with PIPE_SHADER_IR_TGSI for vertex stage and PIPE_SHADER_IR_NIR for fragment stage. This is not expected by core mesa and leads to issues most visible as crashing piglit atan tests. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5916 Reviewed-by: Emma Anholt <emma@anholt.net> Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14732>