index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineVulkan
/
src
/
ShaderResourceCacheVk.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some minor/cosmetic changes
assiduous
2021-03-19
1
-20
/
+12
*
Vk backend: moved resource binding logic to variable manager and cache
assiduous
2021-03-19
1
-5
/
+140
*
Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...
assiduous
2021-03-19
1
-0
/
+2
*
Some updates to PipelineResourceSignatureVkImpl and ShaderResourceCacheVk
assiduous
2021-03-19
1
-10
/
+40
*
Fixed handling of dynamic structured buffers in Vulkan
assiduous
2021-03-19
1
-9
/
+9
*
Fixed clang warning
assiduous
2021-02-01
1
-0
/
+4
*
Shader resource cache Vk: added debug checks for dynamic buffers and offsets
assiduous
2021-01-31
1
-11
/
+22
*
Pipeline resource signature Vk: removed texel buffers with dynamic offsets as...
assiduous
2021-01-31
1
-3
/
+0
*
Pipeline Resource Signature Vk: updated SRB cache initialization
assiduous
2021-01-31
1
-0
/
+1
*
improvements and optimizations for resource signature
azhirnov
2021-01-23
1
-2
/
+0
*
pipeline resource signature for vulkan
azhirnov
2021-01-21
1
-50
/
+66
*
added pipeline resource signature (wip)
azhirnov
2021-01-15
1
-46
/
+46
*
Updated copyright notice
assiduous
2021-01-01
1
-1
/
+1
*
Added ability to update AS.
azhirnov
2020-11-10
1
-13
/
+33
*
Added support for local root signature & shader record.
azhirnov
2020-11-05
1
-1
/
+1
*
Added AS copy with compacting.
azhirnov
2020-11-05
1
-1
/
+3
*
fixed resource state transitions, some improvements for ray tracing
azhirnov
2020-11-03
1
-29
/
+11
*
added ray tracing implementation for dx12 and vulkan
azhirnov
2020-10-28
1
-31
/
+32
*
PSO refactoring for ray tracing
azhirnov
2020-10-25
1
-1
/
+47
*
Implemented input attachments in Vulkan backend; added test
assiduous
2020-08-04
1
-0
/
+25
*
Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENT
assiduous
2020-03-26
1
-6
/
+6
*
Renamed .h -> .hpp in GraphicsEngineVulkan project
assiduous
2020-01-26
1
-7
/
+7
*
Updated coyright notice
assiduous
2020-01-01
1
-7
/
+11
*
clang-formatted cpp files of GraphiceEngineVulkan project
Egor Yusov
2019-11-24
1
-69
/
+80
*
Vk backend: optimized PrepareForDraw() by not calling BindDescriptorSetsWithD...
Egor Yusov
2019-10-24
1
-1
/
+25
*
Vulkan backend: added a bunch of __forceinline's to improve performance
Egor Yusov
2019-10-19
1
-61
/
+0
*
Updated Copyright notice
Egor Yusov
2019-09-17
1
-1
/
+1
*
Couple of minor updates
Egor Yusov
2019-04-14
1
-2
/
+6
*
Improved handling of read-only storage buffers (aka buffer SRVs) in Vulkan ba...
Egor Yusov
2019-04-14
1
-12
/
+30
*
Updated ALLOCATE macros to make it more convenient
Egor Yusov
2019-04-13
1
-1
/
+1
*
Few minor improvements to shader resource management in Vk backend
Egor Yusov
2019-03-07
1
-1
/
+1
*
Added debug checks to verify that all resources in ShaderResouceCacheVk have ...
Egor Yusov
2019-03-03
1
-2
/
+24
*
Some minor changes to ShaderResourceCacheVk
Egor Yusov
2019-03-02
1
-13
/
+13
*
Fixed a number of issue with resource binding
Egor Yusov
2019-03-01
1
-1
/
+3
*
Updated copyright notice
Egor Yusov
2019-01-02
1
-1
/
+1
*
Fixed missing UAV barriers in Vulkan backend
Egor Yusov
2018-12-09
1
-11
/
+28
*
Minor code improvements
Egor Yusov
2018-12-05
1
-0
/
+2
*
Minor code improvements in Vk backend
Egor Yusov
2018-12-05
1
-8
/
+14
*
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
2018-12-03
1
-3
/
+3
*
Added explicit state transition control to UpdateBuffer and UpdateTexture com...
Egor Yusov
2018-12-02
1
-1
/
+1
*
Added IShaderResourceBinding::InitializeStaticResources() method to allow exp...
Egor Yusov
2018-11-24
1
-8
/
+8
*
Implemented explicit layout transitions in Vulkan backend
Egor Yusov
2018-11-20
1
-54
/
+83
*
Fixed issue with binding sampler array elements of combined image samplers in...
Egor Yusov
2018-10-29
1
-0
/
+5
*
Fixed issue with buffer view offset in VK backend
Egor Yusov
2018-08-26
1
-3
/
+4
*
Reworked dynamic resource management in Vulkan to not rely on RingBuffer; add...
Egor Yusov
2018-07-31
1
-3
/
+5
*
Added Development configuration tests in Vulkan backend; fixed code formatting
Egor Yusov
2018-07-19
1
-10
/
+10
*
Implemented mipmap generation in Vulkan
Egor Yusov
2018-07-07
1
-3
/
+18
*
Improved memory allocation for shader variables and resource cache in Vk backend
Egor Yusov
2018-06-22
1
-0
/
+10
*
Updated vulkan backend source formatting
Egor Yusov
2018-06-20
1
-3
/
+3
*
Fixed layout transition for depth textures in Vulkan
Egor Yusov
2018-06-19
1
-1
/
+9
[next]