Skip to content

nvk: Allocate from holes in descriptor set pools

M Henning requested to merge mhenning/mesa:descriptor_set_alloc_holes into main

This fixes artifacts on godot's vulkan backend,which doesn't handle VK_ERROR_OUT_OF_POOL_MEMORY well.

Merge request reports