Skip to content

st/nir: Free the GLSL IR after linking.

Kenneth Graunke requested to merge kwg/mesa:st-no-glsl-ir into master

i965 does this, and st's tgsi path does this. st/nir did not.

Cuts 138MB of memory from a DiRT Rally trace, which is about 44% of the total GLSL IR memory.

Merge request reports