summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/CommandQueueVkImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* External Vulkan Device supports-ol2021-03-271-0/+14
* Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...assiduous2021-03-191-1/+5
* Reworked CommandQueueD3D12Impl and CommandQueueVkImpl to use atomicsassiduous2021-03-191-5/+4
* Updated copyright noticeassiduous2021-01-011-1/+1
* Vulkan backend: code clean-upassiduous2020-12-211-3/+0
* Implemented C interface for Vulkan backendassiduous2020-01-281-1/+1
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-1/+1
* Updated coyright noticeassiduous2020-01-011-7/+11
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-22/+30
* More cosmetic code changesEgor Yusov2019-10-081-10/+10
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Added IDeviceContext::Wait() method (updated API version to 240026)Egor Yusov2019-09-081-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed multiple unused variable warnings in clang release buildEgor Yusov2018-12-241-2/+2
* Added swap chain recreation when present fails in Vulkan backend. This allows...Egor2018-11-061-3/+2
* Fixed multiple linux build issues in Vk backendEgor2018-11-031-2/+2
* Reworked upload allocation release process in Vk backendEgor Yusov2018-09-221-1/+1
* Refactored device object release queuesEgor Yusov2018-09-211-12/+21
* Reworked dynamic resource management in Vulkan to not rely on RingBuffer; add...Egor Yusov2018-07-311-1/+2
* Implemented IFence interface in all backendsEgor Yusov2018-07-221-45/+13
* Added Development configuration tests in Vulkan backend; fixed code formattingEgor Yusov2018-07-191-11/+11
* Updated vulkan backend source formattingEgor Yusov2018-06-201-2/+2
* Implemented forced wait when allocation from dynamic heap fails in VulkanEgor Yusov2018-06-171-2/+7
* Fixed issues with the swap chain resize in VulkanEgor Yusov2018-04-211-0/+9
* Implemented present in Vulkan swap chain; implemented clear color & depth out...Egor Yusov2018-04-211-12/+16
* Vulkan progress:Egor Yusov2018-04-081-26/+72
* Added CommandQueueVk object initializationEgor Yusov2018-03-181-5/+8
* Added vulkan backend stubEgor Yusov2018-03-161-0/+84