Skip to content

ac/nir/cull: Reorganize culling code to store accepted flag in the inner branch.

Timur Kristóf requested to merge Venemo/mesa:ac_nir_cull_reorg into main

This is a follow-up to a discussion with Marek in another MR. It changes the structure of the generated culling code so that the LDS store of the accepted flag is moved inside an inner branch. There is also some small refactoring to make this possible.

Merge request reports