nvk: Add a heap data structure
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Tue, 31 Jan 2023 02:12:00 +0000 (20:12 -0600)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:32:00 +0000 (21:32 +0000)
commit52331a3406d3f95a4781e55f73243badffff1e73
tree82a2720932dbd79f46e1ffa5f516ff31227c069d
parent16bdefa53011f09d18cea66a2d34d3ad07724bcd
nvk: Add a heap data structure

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
src/nouveau/vulkan/meson.build
src/nouveau/vulkan/nvk_heap.c [new file with mode: 0644]
src/nouveau/vulkan/nvk_heap.h [new file with mode: 0644]