Skip to content

nvk: implement EXT_memory_budget

Thomas Andersen requested to merge phomes/mesa:memory_budget into nvk/main

A simple implementation of the memory budget. Logs the memory allocated and freed with vkAllocateMemory and vkFreeMemory.

Inspiration is taken from the other drivers. Like those this also sets the budget to 90% of the available memory.

Passes dEQP-VK.info.device_memory_budget

Merge request reports