index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineVulkan
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added TextureFormatInfoExt::SampleCounts. Reworked texture format support que...
Egor Yusov
2018-10-07
1
-2
/
+2
*
Re-enabled idling GPU in VulkanDynamicMemoryManager::AllocateMasterBlock() si...
Egor Yusov
2018-10-06
1
-9
/
+7
*
Added VariableSizeAllocationsManager::Allocation::IsValid() method for cleare...
Egor Yusov
2018-10-06
3
-12
/
+11
*
Reworked context pool management in D3D12
Egor Yusov
2018-10-05
4
-10
/
+6
*
Added ReleaseStaleResources() to IRenderDevice interface + a bunch of minor c...
Egor Yusov
2018-10-04
1
-7
/
+0
*
Reworked D3D12 descriptor heaps to rely on device release queues
Egor Yusov
2018-10-03
2
-8
/
+2
*
Reworked D3D12DynamicHeap to use release queues
Egor Yusov
2018-10-02
2
-28
/
+15
*
Removed ForceRelease parameter of IDeviceContext::FinishFrame()
Egor Yusov
2018-10-02
3
-5
/
+4
*
Added few extra debug checks to Vk backend
Egor Yusov
2018-10-01
3
-1
/
+34
*
Multiple minor updates to resource lifetime management system in Vk backend
Egor Yusov
2018-10-01
17
-160
/
+171
*
Some minor updates to resource lifetime management in Vk backend + comments
Egor Yusov
2018-09-28
15
-123
/
+232
*
Reworked command buffer recycling in Vk backend using release queues
Egor Yusov
2018-09-24
5
-115
/
+99
*
Couple updates to processing release queue in Vk backend
Egor Yusov
2018-09-24
3
-12
/
+9
*
Reworked transient command buffer pool manager to use release queue
Egor Yusov
2018-09-24
3
-42
/
+74
*
Removed m_NextCmdBuffNumber from DeviceContextVkImpl plus other minor updates
Egor Yusov
2018-09-24
4
-23
/
+7
*
Reworked dynamic descriptor set allocation/deallocation in Vk backend
Egor Yusov
2018-09-24
16
-346
/
+357
*
Reworked message formatting
Egor Yusov
2018-09-23
1
-3
/
+2
*
Reworked vulkan dynamic heap deallocation to use main release queue
Egor Yusov
2018-09-23
5
-21
/
+28
*
Reworked upload allocation release process in Vk backend
Egor Yusov
2018-09-22
7
-40
/
+42
*
Unified resource liftime management in D3D12 and Vk backends
Egor Yusov
2018-09-22
6
-37
/
+38
*
Refactored device object release queues
Egor Yusov
2018-09-21
28
-244
/
+198
*
Reworked dynamic memory allocation in D3D12 backend to not rely on ring buffe...
Egor Yusov
2018-09-16
1
-10
/
+10
*
Added alignment parameter to allocation managers (fixed https://github.com/Di...
Egor Yusov
2018-09-09
13
-258
/
+201
*
Fixed texture usage checks to avoid false warnings in OpenGL
Egor Yusov
2018-09-04
1
-0
/
+2
*
Added alignment parameter to VulkanUploadHeap::Allocate()
Egor Yusov
2018-09-03
3
-26
/
+39
*
Reworked DeviceContextVkImpl::UpdateTextureRegion() to use upload heap instea...
Egor Yusov
2018-09-02
4
-93
/
+91
*
Implemented texture mapping in Vulkan (fixed https://github.com/DiligentGraph...
Egor Yusov
2018-09-02
3
-49
/
+201
*
Updated texture map/unmap intererface; implemented texture mapping in D3D12
Egor Yusov
2018-09-01
2
-6
/
+18
*
Updated debug checks in texture update methods
Egor Yusov
2018-08-31
1
-0
/
+2
*
Fixed compressed texture initialization in Vk
Egor Yusov
2018-08-30
1
-10
/
+21
*
Fixed issue in DeviceContextVkImpl::UpdateTextureRegion()
Egor Yusov
2018-08-30
1
-1
/
+1
*
Fixed handling of small compressed texture subresources
Egor Yusov
2018-08-30
1
-12
/
+42
*
Fixed debug checks
Egor Yusov
2018-08-29
1
-1
/
+1
*
Fixed update data for compressed textures
Egor Yusov
2018-08-29
1
-9
/
+11
*
Added few debug checks
Egor Yusov
2018-08-29
1
-0
/
+2
*
Fixed issue in update texture methods in Vk and D3D12; updated copy from buff...
Egor Yusov
2018-08-29
1
-2
/
+3
*
Implemented UpdateTexture in Vulkan
Egor Yusov
2018-08-29
4
-73
/
+105
*
Fixed a problem with accessing variables in inactive shader stages in D3D11 b...
Egor Yusov
2018-08-28
1
-3
/
+3
*
Few minor updates
Egor Yusov
2018-08-27
1
-1
/
+1
*
Fixed issue with buffer view offset in VK backend
Egor Yusov
2018-08-26
2
-5
/
+6
*
Added draw/dispatch command argument validation
Egor Yusov
2018-08-26
1
-50
/
+23
*
Implemented raw buffers (fixed https://github.com/DiligentGraphics/DiligentCo...
Egor Yusov
2018-08-26
2
-3
/
+11
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/16 (Rework D3D1...
Egor Yusov
2018-08-25
3
-7
/
+6
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/21 (Make messag...
Egor Yusov
2018-08-21
1
-2
/
+2
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/19 (Add support...
Egor Yusov
2018-08-21
2
-14
/
+29
*
Removed dummy shader variable. Added final kw to implementation classes.
Egor Yusov
2018-08-21
16
-69
/
+33
*
Implemented shader variable access by index;
Egor Yusov
2018-08-03
7
-10
/
+108
*
Couple fixes to Vulkan upload heap
Egor Yusov
2018-08-02
2
-4
/
+3
*
Reworked upload heap in Vulkan to suballocate pages from the global resource ...
Egor Yusov
2018-08-01
8
-226
/
+301
*
Reworked dynamic resource management in Vulkan to not rely on RingBuffer; add...
Egor Yusov
2018-07-31
16
-208
/
+338
[prev]
[next]