Skip to content

glsl: use nir linker for more things

Timothy Arceri requested to merge tarceri/mesa:nir_linker into master

This is another step towards using a nir linker to link uniforms and varyings. This will allow faster linking and should allow us to disable more of the GLSL IR optimisation passes in future.

Edited by Timothy Arceri

Merge request reports