summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/CommandPoolManager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed Vulkan command buffer leakassiduous2021-03-191-61/+11
* Updated copyright noticeassiduous2021-01-011-1/+1
* A number of minor updatesassiduous2020-10-301-1/+1
* added ray tracing implementation for dx12 and vulkanazhirnov2020-10-281-3/+4
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-3/+3
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-2/+2
* Updated coyright noticeassiduous2020-01-011-7/+11
* Fixed few vector initialization issuesEgor Yusov2019-11-281-1/+1
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-15/+23
* More cosmetic code changesEgor Yusov2019-10-081-5/+5
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed multiple linux build issues in Vk backendEgor2018-11-031-0/+3
* Some improvements to Vulkan CommandPoolManagerEgor Yusov2018-10-081-2/+43
* 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-0/+7
* Reworked transient command buffer pool manager to use release queueEgor Yusov2018-09-241-19/+19
* Reworked how render targets are bound in Vulkan: added RenderPass cacheEgor Yusov2018-07-011-3/+3
* Updated vulkan backend source formattingEgor Yusov2018-06-201-1/+1
* Implemented command pool manager to handle multithreaded resource initializat...Egor Yusov2018-06-011-0/+89