Skip to content

radv: Push box traversal results onto stack in correct order

Joshua Ashton requested to merge frog/mesa:radv-rt-box-stack-order into main

Currently, it's pushing from lowest distance to highest distance, so when these are popped off the stack, we start at the highest distance to lowest.

Signed-off-by: Joshua Ashton joshua@froggi.es

Merge request reports