summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/TextureVkImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Vulkan: fixed tests on Mac.azhirnov2021-03-191-2/+10
* Renamed Align to AlignUpassiduous2021-03-191-5/+5
* Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...assiduous2021-03-191-1/+0
* Updated copyright noticeassiduous2021-01-011-1/+1
* Implemented initialization of staging textures in D3D12 and Vulkan backendsassiduous2021-01-011-2/+30
* Vulkan backend: code clean-upassiduous2020-12-211-2/+0
* Refactored TextureBaseassiduous2020-11-061-1/+1
* added ray tracing implementation for dx12 and vulkanazhirnov2020-10-281-8/+8
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-191-3/+3
* Unified staging buffer offset processing in Vulkan and GLassiduous2020-10-011-1/+1
* A number of updates to support Metal backendassiduous2020-10-011-37/+1
* Implemente framebuffer in Vulkanassiduous2020-08-021-0/+4
* Added DILIGENT_NO_HLSL CMake option to disable HLSL support in Vulkan and Ope...assiduous2020-07-211-1/+1
* VK backend: fixed mipmap generation when glslang is disabledassiduous2020-07-091-0/+2
* Added Texture uploader test plus fixed a bunch of issuesassiduous2020-04-091-7/+20
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-261-1/+1
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-6/+6
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-261-1/+1
* Updated coyright noticeassiduous2020-01-011-7/+11
* Minor formatting updatesassiduous2019-12-251-6/+6
* Enabled draw command reference in Vulkanassiduous2019-12-171-21/+21
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-167/+182
* Added 'ResolveTextureSubresource' device context command (API Version 240041)...Egor Yusov2019-11-101-1/+1
* Fixed few clang warningsEgor Yusov2019-10-251-1/+1
* More cosmetic code changesEgor Yusov2019-10-081-1/+7
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Fixed issue with logical vs storage texture size for block-compressed formatsEgor Yusov2019-08-071-8/+8
* Fixed issues with multi-mip level staging resource in Vk and D3D12 back-endsEgor Yusov2019-04-191-27/+1
* Fixed copying compressed textures in Vulkan back-endEgor Yusov2019-04-181-8/+14
* Implemented generate PSO cache warmup when texture view is createdEgor Yusov2019-04-141-1/+7
* Fixed issues with D3D12 staging resources and mipmap generation in VulkanEgor Yusov2019-04-131-9/+1
* Updated ALLOCATE macros to make it more convenientEgor Yusov2019-04-131-2/+1
* Reworked automatic mipmap generation in Vulkan backend to support sRGB textur...Egor Yusov2019-04-111-81/+109
* Implemented staging textures in Vk backendEgor Yusov2019-04-051-333/+442
* Added error message when attempting to create typeless texture with GENERAT_M...Egor Yusov2019-03-191-4/+7
* Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGINGEgor Yusov2019-03-181-1/+1
* Disabled all Vulkan features by defaultEgor Yusov2019-02-181-2/+3
* Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov2019-02-091-11/+11
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed multiple unused variable warnings in clang release buildEgor Yusov2018-12-241-5/+5
* Renamed/moved ITexture::Map() to IDeviceContext::MapTextureSubresource()Egor Yusov2018-11-251-42/+0
* Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov2018-11-241-77/+0
* Implemented explicit layout transitions in Vulkan backendEgor Yusov2018-11-201-7/+20
* Added explicit resource state transitions to the API; implemented in D3D12Egor Yusov2018-11-181-0/+3
* Fixed odd symbolEgor Yusov2018-11-031-1/+1
* Fixed multiple linux build issues in Vk backendEgor2018-11-031-2/+2
* Fixed rgba8_typeless texture creation in VulkanEgor Yusov2018-10-101-0/+2
* Refactored device object release queuesEgor Yusov2018-09-211-6/+8
* Added alignment parameter to allocation managers (fixed https://github.com/Di...Egor Yusov2018-09-091-2/+6
* Fixed texture usage checks to avoid false warnings in OpenGLEgor Yusov2018-09-041-0/+2