Skip to content

mesa/st: refactor usage of st_finalize_nir to eliminate boolean parameters

Gert Wollny requested to merge gerddie/mesa:mesa-st-refacor-finalize-nir into main

The meaning of boolean flag parameters are difficult to understand at the call site, so replace their use in st_finalize_nir with variants of st_finalize_nir that have meaningful names.

@alyssa @zmike

Edited by Gert Wollny

Merge request reports