index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineVulkan
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLTF: hacky VR rendering support
ext-vk
s-ol
2021-03-27
1
-1
/
+2
*
Enable VulkanLogicalDevice with external devices
s-ol
2021-03-27
1
-8
/
+8
*
External Vulkan SwapChain support
s-ol
2021-03-27
1
-37
/
+16
*
External Vulkan Device support
s-ol
2021-03-27
3
-1
/
+20
*
PipelineResourceSignatureD3D11Impl: reworked resource allocation
assiduous
2021-03-19
1
-1
/
+1
*
GL backend: fixed issue with immutable sampler stages in default signature wi...
assiduous
2021-03-19
1
-1
/
+1
*
Fixed Vulkan command buffer leak
assiduous
2021-03-19
4
-23
/
+22
*
code cleanup
azhirnov
2021-03-19
21
-45
/
+4
*
Vulkan: fixed tests on Mac.
azhirnov
2021-03-19
3
-13
/
+19
*
Added DrawMeshIndirectCount command.
azhirnov
2021-03-19
2
-0
/
+15
*
Added inline ray tracing & trace rays indirect command.
azhirnov
2021-03-19
3
-1
/
+21
*
Unified fence implementations in all backends
assiduous
2021-03-19
1
-3
/
+0
*
Reworked CommandListBase to use EngineImplTraits like the rest of the base cl...
assiduous
2021-03-19
2
-3
/
+6
*
Updated resource binding validation
assiduous
2021-03-19
1
-5
/
+0
*
Moved duplicate shader variable functionality to ShaderVariableBase
assiduous
2021-03-19
1
-39
/
+5
*
Vk backend: moved resource binding logic to variable manager and cache
assiduous
2021-03-19
4
-46
/
+104
*
Unified implementation of IPipelineResourceSignature::IsCompatibleWith
assiduous
2021-03-19
1
-17
/
+0
*
Unified PRS hash calculation
assiduous
2021-03-19
2
-2
/
+18
*
Moved ProcessSignatureResources method to PipelineResourceSignatureBase
assiduous
2021-03-19
1
-7
/
+0
*
ShaderResourceBinding{D3D12, Vk, GL} - removed the remaining duplicate code
assiduous
2021-03-19
1
-3
/
+1
*
Unified implementations of SRB in D3D12, Vk and GL
assiduous
2021-03-19
1
-20
/
+0
*
Moved m_SRBMemAllocator to PipelineResourceSignatureBase
assiduous
2021-03-19
1
-7
/
+0
*
Unified implementation of InitializeStaticSRBResources in D3D12, Vk and GL ba...
assiduous
2021-03-19
1
-2
/
+0
*
Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...
assiduous
2021-03-19
28
-181
/
+228
*
Replaced duplicate CacheContentType enums with the common ResourceCacheConten...
assiduous
2021-03-19
2
-12
/
+6
*
Unified resource signature handling by pipeline state in D3D12, Vk and GL
assiduous
2021-03-19
2
-61
/
+18
*
Moved static variable cache and managers to PipelineResourceSignatureBase
assiduous
2021-03-19
3
-8
/
+8
*
Refactored passing template arguments to base classes
assiduous
2021-03-19
19
-104
/
+161
*
OpenGL: added SRB memory allocator, some minor improvements
azhirnov
2021-03-19
1
-0
/
+2
*
Unified device object creation in D3D12, Vulkan and OpenGL
assiduous
2021-03-19
1
-5
/
+43
*
Some updates to PipelineResourceSignatureVkImpl and ShaderResourceCacheVk
assiduous
2021-03-19
3
-20
/
+17
*
Fixed handling of dynamic structured buffers in Vulkan
assiduous
2021-03-19
2
-4
/
+1
*
Vulkan: added validation for DescriptorSetBaseInd, optimized field packing
azhirnov
2021-03-19
1
-3
/
+9
*
some fixes and improvements for D3D12 & Vulkan
azhirnov
2021-03-19
3
-4
/
+6
*
Reworked ShaderVariableVkImpl and ShaderVariableD3D12Impl: removed some dupli...
assiduous
2021-03-19
1
-40
/
+23
*
Added IShaderResourceBinding::StaticResourcesInitialized method
assiduous
2021-03-19
1
-1
/
+1
*
Replaced InitializeStaticResources and InitializeStaticResourcesWithSignature...
assiduous
2021-03-19
2
-4
/
+3
*
Reworked ShaderResourceBindingVkImpl and ShaderResourceBindingD3D12Impl: move...
assiduous
2021-03-19
1
-14
/
+1
*
Implemented committed resource validation in d3d12
assiduous
2021-03-19
1
-13
/
+3
*
Moved duplicate static resources logic from PipelineResourceSignatureD3D12Imp...
assiduous
2021-03-19
1
-5
/
+0
*
Reworked FenceVkImpl to use atomics
assiduous
2021-03-19
1
-1
/
+5
*
Reworked CommandQueueD3D12Impl and CommandQueueVkImpl to use atomics
assiduous
2021-03-19
1
-2
/
+4
*
Removed duplicates of FindAssignedSampler and FindImmutableSampler functions
assiduous
2021-03-19
1
-3
/
+0
*
PSO small refactoring
azhirnov
2021-03-19
1
-3
/
+1
*
Vk backend: some minor updates + comments
assiduous
2021-03-19
1
-8
/
+8
*
merged with resource_signature
azhirnov
2021-03-19
4
-6
/
+15
*
Merged master
assiduous
2021-03-19
3
-10
/
+20
|
\
|
*
Reworked DeviceContextVkImpl to submit deferred command list in the same batc...
assiduous
2021-02-07
2
-5
/
+8
|
*
Reworked ExecuteCommandList(s) to take multiple command lists instead of one
assiduous
2021-02-07
2
-5
/
+12
*
|
PipelineResourceSignatureVkImpl: removed methods and members that were moved ...
assiduous
2021-02-04
1
-15
/
+0
[next]