summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...assiduous2021-03-191-1/+5
* Updated copyright noticeassiduous2021-01-011-1/+1
* Renamed static sampler to immutable sampler (API240076)assiduous2020-10-191-3/+3
* Added GraphicsPipelineCreateInfo and ComputePipelineCreateInfo instead of sin...azhirnov2020-10-151-6/+6
* Rename ***_PIPELINE to PIPELINE_TYPE_***azhirnov2020-08-191-1/+1
* Added mesh shaderazhirnov2020-08-111-1/+1
* Added DILIGENT_NO_HLSL CMake option to disable HLSL support in Vulkan and Ope...assiduous2020-07-211-4/+4
* VK backend: fixed mipmap generation when glslang is disabledassiduous2020-07-091-6/+15
* Added PipelineStateCreateInfo struct that is taken by IRenderDevice::CreateIn...assiduous2020-04-011-2/+5
* Renamed platform headers .h -> .hppassiduous2020-01-271-1/+1
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-6/+6
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-261-2/+2
* Moved MapHelper to GraphicsToolsassiduous2020-01-261-1/+1
* Updated coyright noticeassiduous2020-01-011-7/+11
* moved public public headers of GraphicsTools project to interface folder to m...assiduous2019-12-261-2/+2
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-356/+371
* Fixed few clang warningsEgor Yusov2019-10-251-1/+1
* More cosmetic code changesEgor Yusov2019-10-081-1/+1
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Minor update to GenerateMipsVkHelper to properly define shader macrosEgor Yusov2019-05-061-3/+3
* Implemented generate PSO cache warmup when texture view is createdEgor Yusov2019-04-141-9/+9
* Fixed issue with layout transition when generating mipmapsEgor Yusov2019-04-131-2/+2
* Fixed issues with D3D12 staging resources and mipmap generation in VulkanEgor Yusov2019-04-131-2/+4
* Improved mipmap generation in D3D12 backendEgor Yusov2019-04-131-3/+7
* Updated ALLOCATE macros to make it more convenientEgor Yusov2019-04-131-6/+6
* Reworked automatic mipmap generation in Vulkan backend to support sRGB textur...Egor Yusov2019-04-111-42/+161
* Replaced overloaded IShaderResourceBinding::GetVariable() with IShaderResourc...Egor Yusov2019-04-051-5/+5
* Replaced overloaded IPipelineState::GetStaticShaderVariable() with IPipelineS...Egor Yusov2019-04-051-1/+1
* Reworked GenerateMipsCS.csh Vulkan shader to be convertible to MSL on Mac and...Egor Yusov2019-03-201-4/+11
* Fixed a number of issue with resource bindingEgor Yusov2019-03-011-8/+8
* Renamed PipelineLayoutDesc to PipelineResourceLayoutDescEgor Yusov2019-02-281-5/+5
* Working on resource binding API refactorEgor Yusov2019-02-281-11/+12
* Updating some files to match the new APIEgor Yusov2019-02-271-3/+3
* Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov2019-02-091-1/+1
* Cleared interface: removed superfluous default constructors; added default me...Egor Yusov2019-02-081-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* A bunch of minor changes to fix clang warnings and errorsEgor Yusov2018-12-241-2/+1
* Minor code improvementsEgor Yusov2018-12-051-2/+3
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-031-1/+1
* Improved type safety of different flag typesEgor Yusov2018-11-301-1/+1
* Improved reporting of resource binding problems in InitializeStaticResources()Egor Yusov2018-11-241-1/+1
* Implemented explicit layout transitions in Vulkan backendEgor Yusov2018-11-201-5/+15
* Fixed multiple linux build issues in Vk backendEgor2018-11-031-2/+2
* Few minor updatesEgor Yusov2018-08-271-1/+1
* Implemented mipmap generation in VulkanEgor Yusov2018-07-071-0/+310