index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineNextGenBase
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
Fixed rebase issues; updated API to version 240083
assiduous
1
-0
/
+2
2021-03-19
Refactored passing template arguments to base classes
assiduous
1
-5
/
+5
2021-03-19
Unified device object creation in D3D12, Vulkan and OpenGL
assiduous
1
-10
/
+7
2021-02-07
DeviceContextD3D12Impl: reworked flush to also execute deferred command lists...
assiduous
1
-2
/
+2
2021-02-07
Reworked ExecuteCommandList(s) to take multiple command lists instead of one
assiduous
1
-13
/
+13
2021-01-01
Updated copyright notice
assiduous
4
-4
/
+4
2020-12-03
Added IDeviceContext::GetFrameNumber() method (API )
assiduous
1
-7
/
+4
2020-08-04
Vk device: fixed issue with render pass cache destruction
assiduous
1
-0
/
+2
2020-05-09
Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...
assiduous
1
-1
/
+2
2020-03-26
Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENT
assiduous
1
-5
/
+5
2020-01-29
Added API function call type specification to fix c/c++ mismatch on x86 MSVC
assiduous
2
-6
/
+6
2020-01-27
Renamed platform headers .h -> .hpp
assiduous
2
-3
/
+3
2020-01-26
Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projects
assiduous
2
-3
/
+3
2020-01-26
Renamed .h -> .hpp in GraphicsEngineNextGenBase and GraphicsEngineD3D12 projects
assiduous
5
-4
/
+4
2020-01-26
Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...
assiduous
1
-1
/
+1
2020-01-26
Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...
assiduous
2
-3
/
+3
2020-01-03
Added query interface; implemented queries in D3D11 and D3D12
assiduous
1
-0
/
+5
2020-01-01
Updated coyright notice
assiduous
4
-28
/
+44
2019-11-24
clang-formatted GraphicsEngineNextGenBase project
Egor Yusov
4
-68
/
+81
2019-11-21
Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_CORE
Egor Yusov
1
-1
/
+1
2019-10-30
Some code refactoring
Egor Yusov
1
-12
/
+10
2019-10-30
Fixed few more gcc/clang compile issue
Egor Yusov
1
-4
/
+5
2019-10-30
Fixed gcc errors
Egor Yusov
1
-4
/
+4
2019-10-30
Added methods to get command queue from the device context (API Version 240038)
Egor Yusov
2
-7
/
+46
2019-10-08
More cosmetic code changes
Egor Yusov
2
-8
/
+8
2019-09-17
Updated Copyright notice
Egor Yusov
4
-4
/
+4
2019-09-09
Added IDeviceContext::WaitForIdle() method (updated API version to 240028)
Egor Yusov
1
-22
/
+26
2019-06-09
Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...
Egor Yusov
1
-13
/
+13
2019-04-13
Updated ALLOCATE macros to make it more convenient
Egor Yusov
1
-1
/
+2
2019-04-06
Made IShaderSourceInputStreamFactory derived from IObject (upgraded API Versi...
Egor Yusov
1
-27
/
+12
2019-02-05
Fixed issue with counting invalid master blocks in DynamicHeap (fixed https:/...
Egor Yusov
1
-3
/
+8
2019-01-02
Updated copyright notice
Egor Yusov
4
-4
/
+4
2018-12-24
A bunch of minor changes to fix clang warnings and errors
Egor Yusov
1
-1
/
+1
2018-12-17
Made engine core installation optional that is on by default on Win32 and Lin...
Egor Yusov
1
-1
/
+3
2018-12-17
Added install steps; updated header structure for platforms
Egor Yusov
1
-0
/
+2
2018-11-03
Fixed multiple linux build issues in Vk backend
Egor
3
-8
/
+14
2018-10-06
Added VariableSizeAllocationsManager::Allocation::IsValid() method for cleare...
Egor Yusov
1
-1
/
+0
2018-10-05
Fixed minor issue in PurgeReleaseQueues()
Egor Yusov
1
-1
/
+1
2018-10-03
Reworked D3D12 descriptor heaps to rely on device release queues
Egor Yusov
1
-1
/
+6
2018-10-02
Reworked D3D12DynamicHeap to use release queues
Egor Yusov
2
-0
/
+88
2018-10-01
Added few extra debug checks to Vk backend
Egor Yusov
1
-0
/
+4
2018-09-28
Some minor updates to resource lifetime management in Vk backend + comments
Egor Yusov
1
-2
/
+17
2018-09-24
Couple updates to processing release queue in Vk backend
Egor Yusov
1
-6
/
+10
2018-09-24
Removed m_NextCmdBuffNumber from DeviceContextVkImpl plus other minor updates
Egor Yusov
1
-2
/
+3
2018-09-23
Reworked vulkan dynamic heap deallocation to use main release queue
Egor Yusov
3
-1
/
+174
2018-09-22
Unified resource liftime management in D3D12 and Vk backends
Egor Yusov
1
-19
/
+45
2018-09-21
Refactored device object release queues
Egor Yusov
3
-0
/
+335