summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unified fence implementations in all backendsassiduous2021-03-191-9/+0
* Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...assiduous2021-03-191-1/+1
* Reworked FenceVkImpl to use atomicsassiduous2021-03-191-8/+14
* Updated copyright noticeassiduous2021-01-011-1/+1
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-2/+2
* Updated coyright noticeassiduous2020-01-011-7/+11
* Minor formatting updatesassiduous2019-12-251-8/+8
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-13/+18
* More cosmetic code changesEgor Yusov2019-10-081-2/+8
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Added IDeviceContext::Wait() method (updated API version to 240026)Egor Yusov2019-09-081-4/+9
* Fixed issue with FenceVkImpl not waiting for Vulkan fences to signal when bei...Egor Yusov2019-04-161-4/+9
* Fixed grammatic error plus few minor updatesEgor Yusov2019-04-161-1/+1
* Another minor fix for fence waitingEgor Yusov2019-03-211-4/+3
* Fixed few potential issues with waiting for fences in Vk backendEgor Yusov2019-03-211-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed multiple unused variable warnings in clang release buildEgor Yusov2018-12-241-2/+2
* Fixed issue with ~FenceVkImpl(): not disposing pending fences as they may not...Egor2018-11-081-6/+5
* Improved performance of DeviceObjectBase::Release()Egor Yusov2018-07-251-2/+2
* Implemented IFence interface in all backendsEgor Yusov2018-07-221-6/+55
* Fixed linux/mac buildEgor Yusov2018-07-201-1/+0
* Added fence object stubs + code formattingEgor Yusov2018-07-201-0/+55