Skip to content

radv: Make RRA dumps deterministic.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:deterministic-rra into main

Helps debugging when making RADV BVH format changes.

changes:

  1. Change bool to uint32_t because padding was uninitialized
  2. Named bitfields, because unnamed bitfields were never initialized.
  3. Use calloc where possible.
  4. Sort the dumping order of accel structs.

Merge request reports