Skip to content

etnaviv: nir: small code cleanups

Christian Gmeiner requested to merge austriancoder/mesa:compiler-cleanup into main

Nothing to fancy here. Still working on some more unit test coverage of our nir stuff by factoring out lowerings/opts into own passes. Once NIR_VALIDATE is happy we will also get a much better picture of the whole shader transformation. Atm. the last printed shader (via NIR_PRINT=1) is not that one that we use for codegen.

Edited by Christian Gmeiner

Merge request reports