Skip to content

zink: only emit each cap once

Erik Faye-Lund requested to merge kusma/mesa:zink-caps-once into master

Here's a quick stab at cleaning up caps emission a tad.

This changes the order of the caps a bit, because we iterate over the caps in the end. Alternatively, we could just gate the cap emission in the existence and keep the same buffer around. I don't really have a big preference either way.

Merge request reports