index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
GLTF: hacky VR rendering support
ext-vk
s-ol
2021-03-27
4
-9
/
+28
|
*
Enable VulkanLogicalDevice with external devices
s-ol
2021-03-27
4
-43
/
+106
|
*
External Vulkan SwapChain support
s-ol
2021-03-27
6
-809
/
+102
|
*
External Vulkan Device support
s-ol
2021-03-27
8
-2
/
+151
|
*
Fixed issue with stale descriptor sets in Vulkan
assiduous
2021-03-19
1
-0
/
+3
|
*
Fixed Windows 8.1 build issue and a couple of clang warnings
assiduous
2021-03-19
1
-0
/
+4
|
*
Fixed Win SDK 17763 build issues
assiduous
2021-03-19
3
-0
/
+20
|
*
Fixed rebase issues; updated API to version 240083
assiduous
2021-03-19
2
-1
/
+3
|
*
Removed duplicate code from unbinding incompatible signatures logic in ↵
assiduous
2021-03-19
4
-78
/
+49
|
|
|
|
D3D11, GL and Vk
*
Few updates to PipelineStateD3D11Impl
assiduous
2021-03-19
1
-56
/
+48
|
*
PipelineResourceSignatureD3D11Impl: reworked resource allocation
assiduous
2021-03-19
7
-124
/
+145
|
*
PipelineStateD3D11Impl: improved D3D11 shader storage
assiduous
2021-03-19
2
-60
/
+63
|
*
D3D11 backend: optimized resource counters
assiduous
2021-03-19
3
-32
/
+120
|
*
Some more code improvemnts in D3D11 backend
assiduous
2021-03-19
11
-167
/
+236
|
*
ShaderVariableManagerD3D11: some code updates
assiduous
2021-03-19
3
-73
/
+31
|
*
Fixed handling pixel shader UAVs in D3D11
assiduous
2021-03-19
3
-87
/
+94
|
*
More updates to ShaderResourceCacheD3D11 and resource binding in D3D11
assiduous
2021-03-19
7
-294
/
+291
|
*
Few more updates to ShaderResourceCacheD3D11
assiduous
2021-03-19
2
-140
/
+87
|
*
Refactored ShaderResourceCacheD3D11
assiduous
2021-03-19
6
-422
/
+256
|
*
Some updates to ShaderResourceCacheD3D11
assiduous
2021-03-19
3
-96
/
+98
|
*
Direct3D11: resource cache refactoring
azhirnov
2021-03-19
11
-848
/
+914
|
*
GL backend: fixed issue with immutable sampler stages in default signature ↵
assiduous
2021-03-19
2
-3
/
+19
|
|
|
|
with non-separable programs
*
Fixed Vulkan command buffer leak
assiduous
2021-03-19
9
-126
/
+143
|
*
code cleanup
azhirnov
2021-03-19
65
-136
/
+9
|
*
Vulkan: fixed tests on Mac.
azhirnov
2021-03-19
11
-24
/
+281
|
*
Added DrawMeshIndirectCount command.
azhirnov
2021-03-19
13
-46
/
+262
|
*
Added inline ray tracing & trace rays indirect command.
azhirnov
2021-03-19
22
-46
/
+391
|
*
Refactored D3D11 resource cache
assiduous
2021-03-19
11
-914
/
+441
|
*
D3D11 backend: some header clean-up plus few minor updates
assiduous
2021-03-19
22
-40
/
+37
|
*
Unified fence implementations in all backends
assiduous
2021-03-19
7
-41
/
+25
|
*
Reworked CommandListBase to use EngineImplTraits like the rest of the base ↵
assiduous
2021-03-19
9
-22
/
+34
|
|
|
|
classes
*
Renamed Align to AlignUp
assiduous
2021-03-19
23
-66
/
+72
|
*
Direct3D11: added BindPointsD3D11 instead of TBindPoints and ↵
azhirnov
2021-03-19
15
-675
/
+533
|
|
|
|
|
|
|
TBindPointsAndActiveBits, GetShaderResourceTypeAndFlags moved to D3DBase, added DvpVerifySRBResources() and DvpValidateCommittedResource()
*
Direct3D11: added resource signature
azhirnov
2021-03-19
36
-2968
/
+3835
|
*
Reworked combined and immutable sampler validation in resource signature
assiduous
2021-03-19
1
-61
/
+136
|
*
Some minor/cosmetic changes
assiduous
2021-03-19
5
-48
/
+28
|
*
Updated resource binding validation
assiduous
2021-03-19
9
-115
/
+131
|
*
Moved duplicate buffer mode validation logic to ShaderResourceVariableBase.hpp
assiduous
2021-03-19
4
-129
/
+131
|
*
Moved duplicate shader variable functionality to ShaderVariableBase
assiduous
2021-03-19
7
-209
/
+80
|
*
Vk backend: moved resource binding logic to variable manager and cache
assiduous
2021-03-19
8
-691
/
+742
|
*
D3D12 backend: moved resource binding logic to shader variable manger
assiduous
2021-03-19
4
-467
/
+471
|
*
Fixed issue with destruction of ShaderResourceBindingBase
assiduous
2021-03-19
1
-46
/
+60
|
*
Unified implementation of IPipelineResourceSignature::IsCompatibleWith
assiduous
2021-03-19
9
-124
/
+45
|
*
Unified PRS hash calculation
assiduous
2021-03-19
10
-102
/
+77
|
*
Renamed Texture*_OGL to Texture*_GL
assiduous
2021-03-19
17
-346
/
+346
|
*
GL backend: some code improvements
assiduous
2021-03-19
11
-233
/
+238
|
*
Moved ProcessSignatureResources method to PipelineResourceSignatureBase
assiduous
2021-03-19
7
-167
/
+99
|
*
Removed unused ShaderVariableManagerGL::dvpVerifyBindings
assiduous
2021-03-19
4
-94
/
+3
|
*
Reworked samplers handling in OpenGL
assiduous
2021-03-19
4
-105
/
+104
|
*
Resource singature: moved allocation of static resource cache and var ↵
assiduous
2021-03-19
5
-57
/
+55
|
|
|
|
managers to PipelineResourceSignatureBase
[next]