Skip to content

radv/rra: Transcode nodes recursively

Konstantin Seurer requested to merge KonstantinSeurer/mesa:radv-rra-stuff into main
Instead of relying on a certain BVH layout, this patch traverses the BVH
from the root node which gets rid of any layout requirements.

Merge request reports