Skip to content

nvk: Rework OOM handling for descriptor pools

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/desc-fixes into nouveau/vk

We now properly return VK_ERROR_OUT_OF_POOL_MEMORY if we run out instead of silently assigning a NULL bo and map.

Merge request reports