Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-29 | vk_mem_alloc: Update to upstream + Replace use of deprecated items | Pedro J. Estébanez | |
2022-02-24 | vk_mem_alloc: Update to upstream + Adapt approach to small objects pooling | Pedro J. Estébanez | |
This updates VMA and instead of using the custom small pool approach from 4e6c9d3ae979f2eb0151cf581fe61d2f3194ea72, lazily creates pools for the relevant memory type indices, which doesn't require patching VMA. Also, patches already merged upstream or not needed any longer are removed. | |||
2022-02-12 | vk_mem_alloc: Update to latest commit | Pedro J. Estébanez | |
2021-09-22 | Vulkan: Update volk and Vulkan SDK components to 1.2.190 | Rémi Verschelde | |
2021-08-12 | Use "volk" instead of statically linked Vulkan loader. | bruvzg | |