index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngine
/
include
/
PipelineResourceSignatureBase.hpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unified implementation of IPipelineResourceSignature::IsCompatibleWith
assiduous
2021-03-19
1
-2
/
+43
*
Unified PRS hash calculation
assiduous
2021-03-19
1
-0
/
+13
*
Moved ProcessSignatureResources method to PipelineResourceSignatureBase
assiduous
2021-03-19
1
-0
/
+29
*
Resource singature: moved allocation of static resource cache and var manager...
assiduous
2021-03-19
1
-21
/
+36
*
Moved m_SRBMemAllocator to PipelineResourceSignatureBase
assiduous
2021-03-19
1
-1
/
+11
*
Unified implementation of InitializeStaticSRBResources in D3D12, Vk and GL ba...
assiduous
2021-03-19
1
-23
/
+25
*
Implemented common PRS methods directly in PipelineResourceSignatureBase; ref...
assiduous
2021-03-19
1
-86
/
+94
*
Unified resource signature handling by pipeline state in D3D12, Vk and GL
assiduous
2021-03-19
1
-48
/
+12
*
Unified CreateShaderResourceBinding in D3D12, Vk and GL signatures
assiduous
2021-03-19
1
-0
/
+17
*
Moved static variable cache and managers to PipelineResourceSignatureBase
assiduous
2021-03-19
1
-16
/
+73
*
Refactored passing template arguments to base classes
assiduous
2021-03-19
1
-6
/
+9
*
Minor updates to ValidatePipelineResourceSignatureDesc
assiduous
2021-03-19
1
-5
/
+2
*
OpenGL: added SRB memory allocator, some minor improvements
azhirnov
2021-03-19
1
-2
/
+19
*
OpenGL: added resource signature
azhirnov
2021-03-19
1
-5
/
+0
*
Few updates to PipelineStateVkImpl and PipelineStateD3D12Impl
assiduous
2021-03-19
1
-8
/
+9
*
some fixes and improvements for D3D12 & Vulkan
azhirnov
2021-03-19
1
-2
/
+47
*
Replaced InitializeStaticResources and InitializeStaticResourcesWithSignature...
assiduous
2021-03-19
1
-0
/
+23
*
Implemented committed resource validation in d3d12
assiduous
2021-03-19
1
-6
/
+42
*
PipelineResourceSignatureD3D12Impl and PipelineResourceSignatureVkImpl: remov...
assiduous
2021-03-19
1
-12
/
+6
*
Updated accessing static variables through PSO
assiduous
2021-03-19
1
-12
/
+0
*
Unified static resource methods in PipelineResourceSignatureVkImpl and Pipeli...
assiduous
2021-03-19
1
-12
/
+41
*
Moved duplicate static resources logic from PipelineResourceSignatureD3D12Imp...
assiduous
2021-03-19
1
-10
/
+58
*
PipelineResourceSignatureD3D12Impl: some refactoring
assiduous
2021-03-19
1
-2
/
+15
*
Few updates to D3D12 resource signature
assiduous
2021-03-19
1
-15
/
+17
*
Fixed clang/gcc build error
assiduous
2021-03-19
1
-1
/
+1
*
Removed duplicates of FindAssignedSampler and FindImmutableSampler functions
assiduous
2021-03-19
1
-0
/
+40
*
Few minor updates to PipelineResourceSignature{Vk and D3D12}Impl
assiduous
2021-03-19
1
-7
/
+13
*
merged with resource_signature
azhirnov
2021-03-19
1
-2
/
+0
*
PipelineResourceSignatureVkImpl: removed methods and members that were moved ...
assiduous
2021-02-04
1
-3
/
+5
*
update for vulkan PRS
azhirnov
2021-02-04
1
-0
/
+28
*
PipelineResourceSignatureVkImpl: some code improvements
assiduous
2021-01-30
1
-1
/
+1
*
added immutable samplers to descriptor set layout, fixed PRS tests
azhirnov
2021-01-26
1
-0
/
+1
*
Refactored PipelineResourceSignatureVkImpl
assiduous
2021-01-26
1
-1
/
+1
*
Added first couple of pipeline resource signature tests
assiduous
2021-01-25
1
-0
/
+10
*
improvements and optimizations for resource signature
azhirnov
2021-01-23
1
-13
/
+34
*
Some refactoring of PipelineLayoutVk
assiduous
2021-01-22
1
-9
/
+1
*
Some code clean-up
assiduous
2021-01-21
1
-18
/
+21
*
pipeline resource signature for vulkan
azhirnov
2021-01-21
1
-86
/
+29
*
added pipeline resource signature (wip)
azhirnov
2021-01-15
1
-0
/
+294