index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineD3D12
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Some updates to ShaderVariableD3D12
assiduous
2021-03-19
3
-56
/
+31
*
Added IShaderResourceBinding::StaticResourcesInitialized method
assiduous
2021-03-19
2
-8
/
+1
*
Replaced InitializeStaticResources and InitializeStaticResourcesWithSignature...
assiduous
2021-03-19
4
-15
/
+15
*
Reworked ShaderResourceBindingVkImpl and ShaderResourceBindingD3D12Impl: move...
assiduous
2021-03-19
4
-85
/
+20
*
Improved paramter packing for CommitRootTables and CommitRootViews methods of...
assiduous
2021-03-19
3
-41
/
+49
*
Reworked ShaderResourceCacheD3D12 to keep track of bound dynamic root buffer ...
assiduous
2021-03-19
7
-244
/
+325
*
D3D12: optimized CommitRootTables by creatin DescriptorHeapAllocation objects...
assiduous
2021-03-19
2
-16
/
+32
*
D3D12 backend: updated dynamic root buffers counting plus added counter valid...
assiduous
2021-03-19
6
-76
/
+125
*
Few updates to DeviceContextD3D12Impl
assiduous
2021-03-19
5
-89
/
+77
*
Implemented committed resource validation in d3d12
assiduous
2021-03-19
6
-138
/
+302
*
Fixed bug in DescriptorHeapAllocationManager
assiduous
2021-03-19
1
-4
/
+5
*
Reworked shader resource binding remapping in d3d12; updated PipelineStateD3D...
assiduous
2021-03-19
8
-264
/
+351
*
PipelineResourceSignatureD3D12Impl: few minor updates
assiduous
2021-03-19
1
-25
/
+24
*
Refactored D3D12 shader resource cache and descriptor table handling
assiduous
2021-03-19
13
-589
/
+577
*
Reworked PipelineResourceSignatureD3D12Impl::CommitRootViews
assiduous
2021-03-19
2
-27
/
+54
*
D3D12 backend: moved resource state transition logic from PipelineResourceSig...
assiduous
2021-03-19
5
-307
/
+301
*
PipelineResourceSignatureD3D12Impl and PipelineResourceSignatureVkImpl: remov...
assiduous
2021-03-19
1
-38
/
+9
*
Unified static resource methods in PipelineResourceSignatureVkImpl and Pipeli...
assiduous
2021-03-19
3
-36
/
+8
*
Moved duplicate static resources logic from PipelineResourceSignatureD3D12Imp...
assiduous
2021-03-19
2
-51
/
+18
*
PipelineResourceSignatureD3D12Impl: some refactoring
assiduous
2021-03-19
6
-86
/
+85
*
D3D12 comamnd context: updated state transitions for RT acceleration structures
assiduous
2021-03-19
1
-2
/
+8
*
D3D12 backend: some code cleanup
assiduous
2021-03-19
16
-23
/
+22
*
Reworked CommandQueueD3D12Impl and CommandQueueVkImpl to use atomics
assiduous
2021-03-19
2
-10
/
+13
*
Refactored implementation of state tranistions in D3D12 backend
assiduous
2021-03-19
6
-225
/
+243
*
Few minor updates to BufferD3D12Impl and BufferViewD3D12Impl
assiduous
2021-03-19
3
-15
/
+15
*
D3D12 backend: disallowed binding dynamic constant and structured buffers to ...
assiduous
2021-03-19
2
-24
/
+60
*
DrawCommandTest: added structured buffer array, and formatted buffer tests
assiduous
2021-03-19
2
-21
/
+12
*
Few minor updates to ShaderResourceCacheD3D12
assiduous
2021-03-19
4
-49
/
+52
*
Few minor updates to RootSignatureD3D12
assiduous
2021-03-19
2
-18
/
+10
*
D3D12: reworked formatted buffer SRVs to be allocated as root views
assiduous
2021-03-19
7
-118
/
+138
*
Few updates to D3D12 resource signature
assiduous
2021-03-19
4
-52
/
+85
*
Removed duplicates of FindAssignedSampler and FindImmutableSampler functions
assiduous
2021-03-19
3
-31
/
+5
*
optimize root view updates
azhirnov
2021-03-19
4
-67
/
+70
*
fixed bug in root signature cache
azhirnov
2021-03-19
4
-65
/
+62
*
D3D12 descriptor heap: initializing new allocated region with invalid descrip...
assiduous
2021-03-19
2
-18
/
+127
*
fixed some bugs in dx12 resource signature
azhirnov
2021-03-19
6
-67
/
+166
*
PipelineResourceSignatureD3D12Impl: fixed issue with binding combined samplers
assiduous
2021-03-19
1
-4
/
+1
*
Reworked D3D12 resource signatures to not rely on fixed MAX_SPACES_PER_SIGNAT...
assiduous
2021-03-19
6
-225
/
+296
*
Few minor updates to PipelineResourceSignature{Vk and D3D12}Impl
assiduous
2021-03-19
3
-11
/
+8
*
Removed duplicates of FindImmutableSampler
assiduous
2021-03-19
1
-20
/
+1
*
RootParamsBuilder: minor improvement to AllocateResourceSlot
assiduous
2021-03-19
3
-7
/
+17
*
Refactored RootParamsManager: added RootParamsBuilder
assiduous
2021-03-19
5
-424
/
+415
*
PipelineResourceSignatureD3D12Impl: reworked indexing of m_SrvCbvUavRootTable...
assiduous
2021-03-19
4
-93
/
+57
*
Few minor updates to PSO impls
assiduous
2021-03-19
1
-2
/
+2
*
bug fixes for dx12 resource signature
azhirnov
2021-03-19
8
-80
/
+142
*
PSO small refactoring
azhirnov
2021-03-19
2
-11
/
+0
*
PipelineResourceSignatureD3D12Impl: some code reorganization
assiduous
2021-03-19
4
-300
/
+305
*
Few fixes to RootParamsManager
assiduous
2021-03-19
3
-25
/
+58
*
fixed descriptor heap type
azhirnov
2021-03-19
1
-3
/
+7
*
fixed mem leak in root signature cache in dx12
azhirnov
2021-03-19
2
-9
/
+8
[prev]
[next]