Skip to content

glsl/nir: free GLSL IR right after we convert to NIR

Timothy Arceri requested to merge tarceri/mesa:free_ir_early into main

Gives us memory back faster which is useful for pathalogical CTS tests.

The GLSL IR was previously used after converting to NIR for things like building the GL resource list but we have had a NIR version for this for some time and I don't beleive there are any other use cases for left for keeping the old IR hanging around this long.

Merge request reports