summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/TextureViewVkImpl.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
* Vulkan backend: code clean-upassiduous2020-12-211-2/+0
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-3/+3
* Updated coyright noticeassiduous2020-01-011-7/+11
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-10/+12
* More cosmetic code changesEgor Yusov2019-10-081-2/+9
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Reworked automatic mipmap generation in Vulkan backend to support sRGB textur...Egor Yusov2019-04-111-2/+12
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Moved ITextureView::GenerateMips() to IDeviceContext::GenerateMips()Egor Yusov2018-11-251-12/+0
* Refactored device object release queuesEgor Yusov2018-09-211-1/+1
* Improved performance of DeviceObjectBase::Release()Egor Yusov2018-07-251-4/+3
* Implemented mipmap generation in VulkanEgor Yusov2018-07-071-2/+2
* Updated vulkan backend source formattingEgor Yusov2018-06-201-5/+5
* Reworked dynamic buffer mapping using ring buffersEgor Yusov2018-06-141-1/+1
* Added vulkan framebuffer cacheEgor Yusov2018-04-161-0/+2
* Vulkan progress:Egor Yusov2018-04-081-2/+9
* Implementing texture views in VulkanEgor Yusov2018-03-251-11/+6
* Added vulkan backend stubEgor Yusov2018-03-161-0/+61