commit | d17db521f76e4e7ac020823922d8c8de8c98f7ee | [log] [tgz] |
---|---|---|
author | Faith Ekstrand <faith.ekstrand@collabora.com> | Mon Sep 25 17:28:02 2023 -0500 |
committer | Marge Bot <emma+marge@anholt.net> | Tue Sep 26 05:05:27 2023 +0000 |
tree | 7ce132ed3259aa10ef4db0be5f4bfe619598bb81 | |
parent | 39bb73b21f66024fe30e08cd2b51e7725fc45ec6 [diff] |
nvk: Get rid of the tiled memory allocation helpers These existed entirely to support shadow memory for VkImage cases where we needed tiling. Now that we have VM_BIND, these are no longer used so we can drop the wrappers and just implement VkAllocate/FreeMemory again. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25357>