index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineVulkan
/
src
/
GenerateMipsVkHelper.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...
assiduous
2021-03-19
1
-1
/
+5
*
Updated copyright notice
assiduous
2021-01-01
1
-1
/
+1
*
Renamed static sampler to immutable sampler (API240076)
assiduous
2020-10-19
1
-3
/
+3
*
Added GraphicsPipelineCreateInfo and ComputePipelineCreateInfo instead of sin...
azhirnov
2020-10-15
1
-6
/
+6
*
Rename ***_PIPELINE to PIPELINE_TYPE_***
azhirnov
2020-08-19
1
-1
/
+1
*
Added mesh shader
azhirnov
2020-08-11
1
-1
/
+1
*
Added DILIGENT_NO_HLSL CMake option to disable HLSL support in Vulkan and Ope...
assiduous
2020-07-21
1
-4
/
+4
*
VK backend: fixed mipmap generation when glslang is disabled
assiduous
2020-07-09
1
-6
/
+15
*
Added PipelineStateCreateInfo struct that is taken by IRenderDevice::CreateIn...
assiduous
2020-04-01
1
-2
/
+5
*
Renamed platform headers .h -> .hpp
assiduous
2020-01-27
1
-1
/
+1
*
Renamed .h -> .hpp in GraphicsEngineVulkan project
assiduous
2020-01-26
1
-6
/
+6
*
Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...
assiduous
2020-01-26
1
-2
/
+2
*
Moved MapHelper to GraphicsTools
assiduous
2020-01-26
1
-1
/
+1
*
Updated coyright notice
assiduous
2020-01-01
1
-7
/
+11
*
moved public public headers of GraphicsTools project to interface folder to m...
assiduous
2019-12-26
1
-2
/
+2
*
clang-formatted cpp files of GraphiceEngineVulkan project
Egor Yusov
2019-11-24
1
-356
/
+371
*
Fixed few clang warnings
Egor Yusov
2019-10-25
1
-1
/
+1
*
More cosmetic code changes
Egor Yusov
2019-10-08
1
-1
/
+1
*
Updated Copyright notice
Egor Yusov
2019-09-17
1
-1
/
+1
*
Minor update to GenerateMipsVkHelper to properly define shader macros
Egor Yusov
2019-05-06
1
-3
/
+3
*
Implemented generate PSO cache warmup when texture view is created
Egor Yusov
2019-04-14
1
-9
/
+9
*
Fixed issue with layout transition when generating mipmaps
Egor Yusov
2019-04-13
1
-2
/
+2
*
Fixed issues with D3D12 staging resources and mipmap generation in Vulkan
Egor Yusov
2019-04-13
1
-2
/
+4
*
Improved mipmap generation in D3D12 backend
Egor Yusov
2019-04-13
1
-3
/
+7
*
Updated ALLOCATE macros to make it more convenient
Egor Yusov
2019-04-13
1
-6
/
+6
*
Reworked automatic mipmap generation in Vulkan backend to support sRGB textur...
Egor Yusov
2019-04-11
1
-42
/
+161
*
Replaced overloaded IShaderResourceBinding::GetVariable() with IShaderResourc...
Egor Yusov
2019-04-05
1
-5
/
+5
*
Replaced overloaded IPipelineState::GetStaticShaderVariable() with IPipelineS...
Egor Yusov
2019-04-05
1
-1
/
+1
*
Reworked GenerateMipsCS.csh Vulkan shader to be convertible to MSL on Mac and...
Egor Yusov
2019-03-20
1
-4
/
+11
*
Fixed a number of issue with resource binding
Egor Yusov
2019-03-01
1
-8
/
+8
*
Renamed PipelineLayoutDesc to PipelineResourceLayoutDesc
Egor Yusov
2019-02-28
1
-5
/
+5
*
Working on resource binding API refactor
Egor Yusov
2019-02-28
1
-11
/
+12
*
Updating some files to match the new API
Egor Yusov
2019-02-27
1
-3
/
+3
*
Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...
Egor Yusov
2019-02-09
1
-1
/
+1
*
Cleared interface: removed superfluous default constructors; added default me...
Egor Yusov
2019-02-08
1
-1
/
+1
*
Updated copyright notice
Egor Yusov
2019-01-02
1
-1
/
+1
*
A bunch of minor changes to fix clang warnings and errors
Egor Yusov
2018-12-24
1
-2
/
+1
*
Minor code improvements
Egor Yusov
2018-12-05
1
-2
/
+3
*
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
2018-12-03
1
-1
/
+1
*
Improved type safety of different flag types
Egor Yusov
2018-11-30
1
-1
/
+1
*
Improved reporting of resource binding problems in InitializeStaticResources()
Egor Yusov
2018-11-24
1
-1
/
+1
*
Implemented explicit layout transitions in Vulkan backend
Egor Yusov
2018-11-20
1
-5
/
+15
*
Fixed multiple linux build issues in Vk backend
Egor
2018-11-03
1
-2
/
+2
*
Few minor updates
Egor Yusov
2018-08-27
1
-1
/
+1
*
Implemented mipmap generation in Vulkan
Egor Yusov
2018-07-07
1
-0
/
+310