Skip to content

Faster compile times for NIR based OpenGL drivers

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

This series reduces shader compile times in NIR based drivers. It achieves this by calling the GLSL IR optimisation less and relying more heavily on NIR.

Edited by Timothy Arceri

Merge request reports