Skip to content

vulkan: radv/tu/lavapipe reset cmd buffer magic

Dave Airlie requested to merge airlied/mesa:vulkan-reset-cmd-buffer-magic into master

While looking at win32 lavapipe I used a debug loader build and it hit an assert on recycled command buffers, The loader overwrites the magic with the dispatch pointer. When we reissue those command buffers we have to reset the magic.

Merge request reports

Loading