summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/VulkanUploadHeap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed Align to AlignUpassiduous2021-03-191-1/+1
* Updated copyright noticeassiduous2021-01-011-1/+1
* added ray tracing implementation for dx12 and vulkanazhirnov2020-10-281-1/+1
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-2/+2
* Updated coyright noticeassiduous2020-01-011-7/+11
* Fixed some 32-bit compilation warningsEgor Yusov2019-11-301-1/+1
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-26/+31
* More cosmetic code changesEgor Yusov2019-10-081-3/+3
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed multiple unused variable warnings in clang release buildEgor Yusov2018-12-241-1/+1
* Improve memory usage stats reporting in Vk backendEgor Yusov2018-10-091-1/+3
* Multiple minor updates to resource lifetime management system in Vk backendEgor Yusov2018-10-011-10/+10
* Reworked upload allocation release process in Vk backendEgor Yusov2018-09-221-28/+6
* Refactored device object release queuesEgor Yusov2018-09-211-2/+2
* Added alignment parameter to allocation managers (fixed https://github.com/Di...Egor Yusov2018-09-091-7/+2
* Added alignment parameter to VulkanUploadHeap::Allocate()Egor Yusov2018-09-031-11/+23
* Reworked DeviceContextVkImpl::UpdateTextureRegion() to use upload heap instea...Egor Yusov2018-09-021-1/+4
* Couple fixes to Vulkan upload heapEgor Yusov2018-08-021-2/+1
* Reworked upload heap in Vulkan to suballocate pages from the global resource ...Egor Yusov2018-08-011-0/+159