-
- Downloads
nvk/memory: port memory/buffer/image over to VMA allocations.
One change needed here is the min alignment for memory allocations has to be suitable for any users. Since the only one we know about is (1 << 16), we have to force that for all allocations that need VRAM. This also drops all the internal image stuff.
Showing
- src/nouveau/vulkan/nvk_buffer.c 18 additions, 1 deletionsrc/nouveau/vulkan/nvk_buffer.c
- src/nouveau/vulkan/nvk_device_memory.c 10 additions, 4 deletionssrc/nouveau/vulkan/nvk_device_memory.c
- src/nouveau/vulkan/nvk_image.c 24 additions, 0 deletionssrc/nouveau/vulkan/nvk_image.c
- src/nouveau/vulkan/nvk_image.h 9 additions, 1 deletionsrc/nouveau/vulkan/nvk_image.h
Loading
Please register or sign in to comment