index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineVulkan
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added IShaderResourceBinding::StaticResourcesInitialized method
assiduous
2021-03-19
1
-1
/
+1
*
Replaced InitializeStaticResources and InitializeStaticResourcesWithSignature...
assiduous
2021-03-19
4
-17
/
+16
*
Reworked ShaderResourceBindingVkImpl and ShaderResourceBindingD3D12Impl: move...
assiduous
2021-03-19
3
-86
/
+17
*
Implemented committed resource validation in d3d12
assiduous
2021-03-19
3
-74
/
+73
*
PipelineResourceSignatureD3D12Impl and PipelineResourceSignatureVkImpl: remov...
assiduous
2021-03-19
1
-40
/
+14
*
Unified static resource methods in PipelineResourceSignatureVkImpl and Pipeli...
assiduous
2021-03-19
1
-31
/
+4
*
Moved duplicate static resources logic from PipelineResourceSignatureD3D12Imp...
assiduous
2021-03-19
2
-50
/
+19
*
PipelineResourceSignatureD3D12Impl: some refactoring
assiduous
2021-03-19
1
-13
/
+1
*
Reworked FenceVkImpl to use atomics
assiduous
2021-03-19
2
-9
/
+19
*
Reworked CommandQueueD3D12Impl and CommandQueueVkImpl to use atomics
assiduous
2021-03-19
2
-7
/
+8
*
Few updates to D3D12 resource signature
assiduous
2021-03-19
1
-3
/
+0
*
Removed duplicates of FindAssignedSampler and FindImmutableSampler functions
assiduous
2021-03-19
2
-30
/
+2
*
Few minor updates to PipelineResourceSignature{Vk and D3D12}Impl
assiduous
2021-03-19
1
-2
/
+2
*
Removed duplicates of FindImmutableSampler
assiduous
2021-03-19
1
-13
/
+1
*
Few minor updates to PSO impls
assiduous
2021-03-19
1
-2
/
+2
*
PSO small refactoring
azhirnov
2021-03-19
2
-13
/
+2
*
Vk backend: some minor updates + comments
assiduous
2021-03-19
4
-23
/
+29
*
merged with resource_signature
azhirnov
2021-03-19
10
-154
/
+223
*
Merged master
assiduous
2021-03-19
9
-66
/
+133
|
\
|
*
Reworked DeviceContextVkImpl to submit deferred command list in the same batc...
assiduous
2021-02-07
3
-49
/
+54
|
*
Reworked ExecuteCommandList(s) to take multiple command lists instead of one
assiduous
2021-02-07
4
-22
/
+52
|
*
Swap chain Vk: improved presentation mode selection (fixed https://github.com...
assiduous
2021-02-07
1
-14
/
+30
|
*
Fixed return type in function AccessMaskFromImageLayout
MikhailGorobets
2021-02-06
1
-4
/
+4
|
*
Vulkan backend: added output for SPIRV Optimizer
assiduous
2021-02-06
1
-0
/
+13
|
*
CMake: added selection of simulator or device MoltenVK library for iOS
assiduous
2021-02-04
1
-6
/
+9
|
*
Disabled (for now) linking with simulator MoltenVK library to fix the iOS build
assiduous
2021-02-03
1
-1
/
+1
|
*
Updated CMake to use VulkanSDK 1.2.162.1
assiduous
2021-01-29
1
-1
/
+1
*
|
PipelineResourceSignatureVkImpl: removed methods and members that were moved ...
assiduous
2021-02-04
2
-32
/
+0
*
|
update for vulkan PRS
azhirnov
2021-02-04
1
-2
/
+8
*
|
Fixed gcc build error
assiduous
2021-02-02
1
-3
/
+3
*
|
Fixed clang warning
assiduous
2021-02-01
1
-0
/
+4
*
|
Fixed gcc/clang errors
assiduous
2021-02-01
2
-4
/
+5
*
|
Few minor code changes + comments
assiduous
2021-02-01
5
-45
/
+50
*
|
Fixed handling empty resource signatures and SRBs
assiduous
2021-02-01
1
-8
/
+20
*
|
DeviceContextVkImpl: reworked SRB's descriptor set binding
assiduous
2021-02-01
3
-109
/
+120
*
|
ShaderVariableManagerVk: removed duplicate logic
assiduous
2021-01-31
4
-53
/
+55
*
|
Shader resource cache Vk: added debug checks for dynamic buffers and offsets
assiduous
2021-01-31
3
-19
/
+37
*
|
Pipeline resource singature Vk: few updates to buffer bindings
assiduous
2021-01-31
1
-17
/
+21
*
|
Pipeline resource signature Vk: removed texel buffers with dynamic offsets as...
assiduous
2021-01-31
2
-20
/
+5
*
|
Pipeline Resource Signature Vk: updated SRB cache initialization
assiduous
2021-01-31
4
-85
/
+79
*
|
PipelineResourceSignatureVk: some updates to immutable sampler handling
assiduous
2021-01-30
4
-44
/
+106
*
|
PipelineResourceSignatureVkImpl: some code improvements
assiduous
2021-01-30
2
-62
/
+86
*
|
Pipeline resource signature impl: improved validation of PipelineResourceDesc...
assiduous
2021-01-30
2
-15
/
+36
*
|
Reworked resource validation when binding resources
assiduous
2021-01-29
3
-87
/
+35
*
|
Renamed PIPELINE_RESOURCE_FLAG_COMBINED_IMAGE to PIPELINE_RESOURCE_FLAG_COMBI...
assiduous
2021-01-28
2
-3
/
+3
*
|
Vk backend: added validation of parameters that can't be validated when resou...
assiduous
2021-01-28
8
-54
/
+257
*
|
Device context Vk: added CommittedResourcesValidated to avoid calling DvpVali...
assiduous
2021-01-28
2
-5
/
+14
*
|
More refactorin of PipelineResourceSignatureVkImpl
assiduous
2021-01-28
9
-132
/
+184
*
|
DeviceContextVk: updated descriptor bind info handling, fixed issue with dyna...
assiduous
2021-01-27
2
-114
/
+90
*
|
Resource signature: added validation that texture and assigned samplers are c...
assiduous
2021-01-27
3
-26
/
+32
[prev]
[next]