Skip to content

glsl/mesa: tidy up the code around when to call lower_ubo_reference()

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

This makes things much clearer as to when we actually call this pass and should make it clear we can delete the pass once the non NIR drivers are finally dropped.

Merge request reports