summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/VulkanDynamicHeap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed Align to AlignUpassiduous2021-03-191-3/+3
* Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...assiduous2021-03-191-1/+4
* Updated copyright noticeassiduous2021-01-011-1/+1
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-2/+2
* Updated coyright noticeassiduous2020-01-011-7/+11
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-65/+86
* More cosmetic code changesEgor Yusov2019-10-081-4/+4
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Updated D3D11, D3D12, and Vk EngineFactory headers & structuresEgor Yusov2019-03-051-4/+4
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed few more Linux build problemsEgor2018-11-031-1/+1
* Improve memory usage stats reporting in Vk backendEgor Yusov2018-10-091-13/+23
* Re-enabled idling GPU in VulkanDynamicMemoryManager::AllocateMasterBlock() si...Egor Yusov2018-10-061-9/+7
* Added VariableSizeAllocationsManager::Allocation::IsValid() method for cleare...Egor Yusov2018-10-061-8/+8
* Multiple minor updates to resource lifetime management system in Vk backendEgor Yusov2018-10-011-4/+4
* Some minor updates to resource lifetime management in Vk backend + commentsEgor Yusov2018-09-281-1/+3
* Reworked vulkan dynamic heap deallocation to use main release queueEgor Yusov2018-09-231-6/+4
* Refactored device object release queuesEgor Yusov2018-09-211-5/+8
* Added alignment parameter to allocation managers (fixed https://github.com/Di...Egor Yusov2018-09-091-49/+64
* Reworked dynamic resource management in Vulkan to not rely on RingBuffer; add...Egor Yusov2018-07-311-60/+67
* Added Development configuration tests in Vulkan backend; fixed code formattingEgor Yusov2018-07-191-5/+5
* Fixed minor issue with Vulkand dynamic heap size reportingEgor Yusov2018-07-021-1/+1
* Updated vulkan backend source formattingEgor Yusov2018-06-201-3/+3
* Implemented forced wait when allocation from dynamic heap fails in VulkanEgor Yusov2018-06-171-14/+57
* Improved dynamic heap memory usage stats reportingEgor Yusov2018-06-161-3/+2
* Reworked vulkan dynamic heap implementationEgor Yusov2018-06-161-54/+94
* Reworked dynamic buffer mapping using ring buffersEgor Yusov2018-06-141-53/+59
* Implemented dynamic resource write-discard mappingEgor Yusov2018-05-301-0/+168