Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
mesa/st: refactor usage of st_finalize_nir to eliminate boolean parameters
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.