Skip to content

nir/lower_ssbo: rewrite

Alyssa Rosenzweig requested to merge alyssa/mesa:nir/lower-ssbo-rewrite into main

This pass was a mess. Rewrite it as modern NIR, fixing the metadata issues in the process.

(I hit the metadata issues. The fix is to use nir_..._pass. and then I cleaned up everything else too)

Edited by Alyssa Rosenzweig

Merge request reports