Skip to content

radv: Implement most of acceleration structures.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:rt-accel-struct into main

Initial BVH building support. Supports both CPU and GPU side builds.

Missing still are queries and copies, but those are not needed for a bunch of demos. Because this is not a fully completely implementation of the extension this is behind a RADV_PERFTEST=rt flag.

Also includes the descriptorset side of things.

Edited by Bas Nieuwenhuizen

Merge request reports