Skip to content

svga: fix shader type after ntt

Charmaine Lee requested to merge charmainel/mesa:fix-shader-type into main

svga: fix shader type after ntt

Set shader type to TGSI after ntt. Fixes assert in svga_create_shader.

Fixes: 0ac95418 ("gallium: Drop PIPE_SHADER_CAP_PREFERRED_IR")

@bhenden

Merge request reports