index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added DX compiler test
assiduous
2020-12-19
4
-20
/
+280
*
Fixed ray tracing recursion depth in Vulkan
assiduous
2020-12-19
2
-2
/
+2
*
DXCompiler: fixed patching DXIL to also correct space record (besides the bin...
assiduous
2020-12-19
1
-42
/
+70
*
ShaderResourceLayoutD3D12: updated error message for inconsistent variables i...
assiduous
2020-12-19
5
-17
/
+34
*
Some updates in D3D12 backend (DXIL patching, PSO initialization)
assiduous
2020-12-19
9
-162
/
+197
*
Updated API to 240080 + fixed SBTBase
assiduous
2020-12-18
4
-2
/
+10
*
Another set of minor updates
assiduous
2020-12-17
23
-426
/
+450
*
A bunch of minor updates (comments, parameter validation, etc.)
assiduous
2020-12-17
10
-113
/
+123
*
Fixed validation errors for ray tracing.
azhirnov
2020-12-16
7
-45
/
+68
*
Updated third-party submodules
assiduous
2020-12-16
7
-0
/
+0
*
Fixed 32-bit Windows build errors
assiduous
2020-12-16
3
-17
/
+22
*
D3D12: moved ray tracing constants to RenderDeviceD3D12Impl::Properties
assiduous
2020-12-16
4
-25
/
+26
*
Fixed Win SDK 17763 build issues
assiduous
2020-12-15
5
-2
/
+40
*
Minor fix after merge
assiduous
2020-12-15
1
-1
/
+1
*
Merge branch 'azhirnov-ray_tracing_2'
assiduous
2020-12-15
229
-3290
/
+20455
|
\
|
*
BasicMath: minor code formatting
assiduous
2020-12-15
1
-9
/
+3
|
*
some improvements for ray tracing
azhirnov
2020-12-09
19
-51
/
+128
|
*
Disable validation layers if they are not compatible with headers, fixed comp...
azhirnov
2020-11-25
6
-8
/
+33
|
*
Added RootSignatureBuilder, some fixed for vulkan ray tracing
azhirnov
2020-11-25
10
-210
/
+273
|
*
Added support for VK_KHR_acceleration_structure and VK_KHR_ray_tracing_pipeline
azhirnov
2020-11-25
28
-1439
/
+677
|
*
Merge branch 'master' into ray_tracing_2
azhirnov
2020-11-25
54
-806
/
+535
|
|
\
|
*
|
Removed SWAP_CHAIN_USAGE_UNORDERED_ACCESS, fixed shader group checks
azhirnov
2020-11-18
5
-33
/
+23
|
*
|
Merge branch 'master' into ray_tracing_2
azhirnov
2020-11-18
12
-94
/
+171
|
|
\
\
|
*
|
|
Some fixes for PSO
azhirnov
2020-11-16
2
-7
/
+9
|
*
|
|
update comments
azhirnov
2020-11-16
2
-4
/
+7
|
*
|
|
Added Scale and Rotation for Matrix3x3
azhirnov
2020-11-16
2
-0
/
+71
|
*
|
|
D3D12 resource binding refactoring, rename LinearAllocator to FixedLinearAllo...
azhirnov
2020-11-16
19
-223
/
+172
|
*
|
|
bug fix for ray tracing, fixed KHR via NV emulation.
azhirnov
2020-11-16
19
-209
/
+459
|
*
|
|
added IntToStr instead of _itoa_s, fixed compilation
azhirnov
2020-11-12
2
-9
/
+27
|
*
|
|
added address alignment checks
azhirnov
2020-11-12
3
-1
/
+13
|
*
|
|
remap resource binding for DirectX 12
azhirnov
2020-11-12
9
-70
/
+441
|
*
|
|
fixed and improved shader binding
azhirnov
2020-11-12
15
-264
/
+333
|
*
|
|
Merge branch 'master' into ray_tracing
assiduous
2020-11-10
24
-122
/
+584
|
|
\
\
\
|
*
|
|
|
A bunch of minor updates
assiduous
2020-11-10
14
-118
/
+130
|
*
|
|
|
Added ability to update AS.
azhirnov
2020-11-10
57
-647
/
+1786
|
*
|
|
|
Corrected ray rtacing vertex format handling in D3D12
assiduous
2020-11-07
4
-43
/
+60
|
*
|
|
|
BLASTriangleDesc: fixed VertexValueType and VertexComponentCount handling
assiduous
2020-11-07
3
-19
/
+43
|
*
|
|
|
Fixed clang warning
assiduous
2020-11-07
1
-1
/
+3
|
*
|
|
|
Updated handling of BLASTriangleDesc::VertexValueType and VertexComponentCount
assiduous
2020-11-07
3
-13
/
+35
|
*
|
|
|
Few more minor updates to parameter validation in device context
assiduous
2020-11-07
1
-7
/
+16
|
*
|
|
|
Few minor updates to TLAS and BLAS implementations
assiduous
2020-11-07
9
-43
/
+32
|
*
|
|
|
Removed no longer used vulkan libraries on Linux
assiduous
2020-11-07
3
-2
/
+0
|
*
|
|
|
Device context: refactored command parameters validation
assiduous
2020-11-07
7
-1079
/
+1090
|
*
|
|
|
Updated ResourceMappingImpl
assiduous
2020-11-06
3
-68
/
+49
|
*
|
|
|
Updated ShaderBindingTableBase
assiduous
2020-11-06
6
-64
/
+102
|
*
|
|
|
Refactored TextureBase
assiduous
2020-11-06
8
-329
/
+356
|
*
|
|
|
Refactored BufferBase
assiduous
2020-11-06
6
-124
/
+118
|
*
|
|
|
Renamed StringPool::Release to StringPool::Clear
assiduous
2020-11-06
2
-4
/
+4
|
*
|
|
|
Updated TopLevelASBase
assiduous
2020-11-06
5
-65
/
+64
|
*
|
|
|
Fixed gcc error plus few minor updates
assiduous
2020-11-06
4
-3
/
+4
[prev]
[next]