Skip to content

glsl/st: move st_nir_opts() into gl compiler common code

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

This will allow us to use this in future NIR linker work. It also make more sense to move it here as the classic drivers are gone, tgsi is going aways and we merge more of the NIR st into the gl common code.

Merge request reports