summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/FramebufferCache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...assiduous2021-03-191-1/+1
* Updated copyright noticeassiduous2021-01-011-1/+1
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-261-1/+1
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-2/+2
* Reworked main headers to be compatible with cassiduous2020-01-251-1/+1
* Updated coyright noticeassiduous2020-01-011-7/+11
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-21/+27
* 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
* Refactored device object release queuesEgor Yusov2018-09-211-4/+5
* Added Development configuration tests in Vulkan backend; fixed code formattingEgor Yusov2018-07-191-9/+9
* Added Vulkan render pass and framebuffer commitEgor Yusov2018-04-211-0/+7
* Added vulkan framebuffer cacheEgor Yusov2018-04-161-0/+148