Skip to content

r600/sfn: reference glsl type system during translation

Gert Wollny requested to merge gerddie/mesa:r600-fix-vl-on-nir into main

VL doesn't initialize the type systen, but creates shaders in TGSI. When these are translated to NIR and then compiled in the driver we need to have a reference to the glsl type system.

Closes: #7453 (closed)

Merge request reports