index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineVulkan
/
src
/
RenderDeviceVkImpl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Vulkan command buffer leak
assiduous
2021-03-19
1
-3
/
+69
*
Added inline ray tracing & trace rays indirect command.
azhirnov
2021-03-19
1
-1
/
+1
*
Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...
assiduous
2021-03-19
1
-1
/
+4
*
Unified device object creation in D3D12, Vulkan and OpenGL
assiduous
2021-03-19
1
-191
/
+20
*
merged with resource_signature
azhirnov
2021-03-19
1
-1
/
+1
*
Merged master
assiduous
2021-03-19
1
-2
/
+2
|
\
|
*
Reworked ExecuteCommandList(s) to take multiple command lists instead of one
assiduous
2021-02-07
1
-2
/
+2
*
|
minor improvements
azhirnov
2021-01-26
1
-35
/
+40
*
|
removed empty signature, added test for partially compatible pipeline layouts
azhirnov
2021-01-26
1
-6
/
+0
*
|
pipeline resource signature for vulkan
azhirnov
2021-01-21
1
-14
/
+19
*
|
added pipeline resource signature (wip)
azhirnov
2021-01-15
1
-2
/
+24
|
/
*
Updated copyright notice
assiduous
2021-01-01
1
-1
/
+1
*
Vulkan backend: code clean-up
assiduous
2020-12-21
1
-3
/
+0
*
Fixed ray tracing recursion depth in Vulkan
assiduous
2020-12-19
1
-1
/
+1
*
some improvements for ray tracing
azhirnov
2020-12-09
1
-1
/
+9
*
Added support for VK_KHR_acceleration_structure and VK_KHR_ray_tracing_pipeline
azhirnov
2020-11-25
1
-3
/
+3
*
Added ability to update AS.
azhirnov
2020-11-10
1
-0
/
+32
*
A number of minor updates/fixes
assiduous
2020-11-06
1
-1
/
+8
*
A number of updates/fixes to PSO refactor merge
assiduous
2020-10-28
1
-1
/
+1
*
PSO refactoring for ray tracing
azhirnov
2020-10-25
1
-22
/
+31
*
Merge branch 'master' into ray_tracing
azhirnov
2020-10-25
1
-2
/
+17
|
\
|
*
Added ShaderResourceQueries device feature and EngineGLCreateInfo::ForceNonS...
assiduous
2020-10-21
1
-1
/
+2
|
*
A number of fixes for PSO creation refactoring (API240075)
assiduous
2020-10-18
1
-10
/
+8
|
*
Added GraphicsPipelineCreateInfo and ComputePipelineCreateInfo instead of sin...
azhirnov
2020-10-15
1
-1
/
+15
|
*
Some minor fixes
azhirnov
2020-10-08
1
-0
/
+2
*
|
Added Vulkan implementation
azhirnov
2020-10-04
1
-2
/
+44
|
/
*
Added device features to inidicate 8-bit types support (API240074)
assiduous
2020-10-04
1
-1
/
+1
*
Added device features to indicate support of 16-bit types
assiduous
2020-10-03
1
-41
/
+17
*
Merge branch 'mesh_shader_fix' of https://github.com/azhirnov/DiligentCore in...
assiduous
2020-09-17
1
-4
/
+0
|
\
|
*
remove some VK_NV_mesh_shader
azhirnov
2020-09-16
1
-4
/
+0
*
|
Added UnifiedMemoryCPUAccess member to GraphicsAdapterInfo struct (API Versio...
assiduous
2020-09-17
1
-1
/
+4
*
|
Fixed strncpy_s errors
assiduous
2020-09-17
1
-3
/
+4
*
|
Removed AdapterAttribs struct that was a duplicate of GraphicsAdapterInfo. Mo...
assiduous
2020-09-17
1
-1
/
+7
*
|
Added GPU vendor and memory size detection (API 240071), closed https://githu...
assiduous
2020-09-16
1
-1
/
+38
|
/
*
Improved format support tests in Vulkan backend
assiduous
2020-09-16
1
-5
/
+9
*
Reworked texture format info reporting
assiduous
2020-09-16
1
-53
/
+68
*
Vk backend: fixed detection of enabled/disabled features
assiduous
2020-09-13
1
-20
/
+21
*
Added option to enable/disable device features during initialization (API 240...
assiduous
2020-09-13
1
-25
/
+34
*
added IDxCompilerLibrary interface. DXCompilerBase moved to platform specific...
azhirnov
2020-09-09
1
-1
/
+2
*
Merge branch 'master' into mesh_shader
azhirnov
2020-08-31
1
-0
/
+1
|
\
|
*
Implemented duration queries in Vulkan
assiduous
2020-08-27
1
-0
/
+1
*
|
disable vulkan extensions if disabled volk
azhirnov
2020-08-25
1
-0
/
+7
*
|
Merge branch 'master' into mesh_shader
azhirnov
2020-08-19
1
-7
/
+45
|
\
|
|
*
Vk device: fixed issue with render pass cache destruction
assiduous
2020-08-04
1
-0
/
+3
|
*
PipelineStateVkImpl: creating implicit IRenderPass object instead of Vulkan r...
assiduous
2020-08-02
1
-8
/
+15
|
*
Added framebuffer object implementation stubs
assiduous
2020-08-02
1
-1
/
+14
|
*
Added render pass object implementation stubs in all backends
assiduous
2020-08-02
1
-10
/
+12
|
*
Added Render pass interface stub
assiduous
2020-08-02
1
-0
/
+13
*
|
formatting
azhirnov
2020-08-19
1
-1
/
+1
*
|
Added mesh shader
azhirnov
2020-08-11
1
-0
/
+4
|
/
[next]