Skip to content

Draft: nvk: Add a debug buffer

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/debug-bo into nouveau/vk

We dump the buffer on every successful vk_sync wait. This gives us a place to stash random data from shaders that's useful for debugging.

Merge request reports