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 'ResolveTextureSubresource' device context command (API Version 240041)...
Egor Yusov
2019-11-10
7
-6
/
+81
*
Allowed swap chains without the depth buffer
Egor Yusov
2019-11-09
2
-20
/
+28
*
Updated descriptions of backend-specific interfaces
Egor Yusov
2019-11-09
12
-13
/
+12
*
Added APIVersion member to EngineCreateInfo struct (API Version 240040)
Egor Yusov
2019-11-09
1
-0
/
+6
*
Some code refactoring
Egor Yusov
2019-10-30
1
-24
/
+16
*
Added methods to get command queue from the device context (API Version 240038)
Egor Yusov
2019-10-30
6
-8
/
+32
*
Vk backend: added minor comments
Egor Yusov
2019-10-27
1
-0
/
+3
*
Fixed few clang warnings
Egor Yusov
2019-10-25
2
-2
/
+2
*
Vk backend: few minor updates
Egor Yusov
2019-10-24
3
-5
/
+11
*
Another attempt to fix gcc/clang build
Egor Yusov
2019-10-24
1
-1
/
+1
*
Fixed build issues
Egor Yusov
2019-10-24
1
-1
/
+1
*
Vk backend: optimized PrepareForDraw() by not calling BindDescriptorSetsWithD...
Egor Yusov
2019-10-24
8
-25
/
+112
*
Added validation and correction of IShaderVariable::SetArray arguments
Egor Yusov
2019-10-23
1
-0
/
+2
*
Renamed DRAW_FLAG_DYNAMIC_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_RESOURCE_BUFFER...
Egor Yusov
2019-10-20
1
-1
/
+1
*
Renamed DRAW_FLAG_RESOURCE_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_BUFFERS_INTACT...
Egor Yusov
2019-10-20
1
-1
/
+1
*
Added DRAW_FLAG_RESOURCE_BUFFERS_INTACT flag (API Version 240036)
Egor Yusov
2019-10-20
3
-11
/
+22
*
Vulkan backend: added a bunch of __forceinline's to improve performance
Egor Yusov
2019-10-19
8
-185
/
+191
*
Reworked Draw and DispatchCompute commands (Updated API version to 240033)
Egor Yusov
2019-10-19
2
-65
/
+119
*
A bunch of updates to specify minimum feature level for D3D11/D3D12 backends ...
Egor Yusov
2019-10-17
1
-0
/
+1
*
Unified resource binding verification in all backends
Egor Yusov
2019-10-10
2
-87
/
+61
*
Fixed build issue
Egor Yusov
2019-10-08
1
-1
/
+1
*
More cosmetic code changes
Egor Yusov
2019-10-08
40
-180
/
+251
*
Vulkan backend: fixed minor issue in CommitScissorRects()
Egor Yusov
2019-09-29
1
-0
/
+3
*
Fixed typos
Egor Yusov
2019-09-18
1
-1
/
+1
*
Renamed External to ThirdParty
Egor Yusov
2019-09-17
2
-5
/
+5
*
Updated Copyright notice
Egor Yusov
2019-09-17
84
-84
/
+84
*
Vk backend: added validation of GlobalExtensionCount parameter
Egor Yusov
2019-09-15
1
-0
/
+6
*
Check for null
Christoffer Green
2019-09-14
1
-2
/
+5
*
Added IRenderDevice::IdleGPU() method (updated API version to 240029)
Egor Yusov
2019-09-09
1
-1
/
+2
*
Added IDeviceContext::WaitForIdle() method (updated API version to 240028)
Egor Yusov
2019-09-09
3
-3
/
+11
*
Renamed IDeviceContext::Wait to IDeviceContext::WaitForFence (updated API ver...
Egor Yusov
2019-09-09
2
-3
/
+4
*
Added IDeviceContext::Wait() method (updated API version to 240026)
Egor Yusov
2019-09-08
5
-7
/
+24
*
Vulkan backend: enabled multiple swap chain support (closed https://github.co...
Egor Yusov
2019-08-13
2
-25
/
+41
*
Fixed issue with reflecting Uniform Texel Buffers in Vulkan backend
Egor Yusov
2019-08-11
1
-1
/
+1
*
Fixed issue with logical vs storage texture size for block-compressed formats
Egor Yusov
2019-08-07
2
-19
/
+21
*
Fixed output name of GraphicsEngineVk on non-windows platforms
Egor Yusov
2019-06-09
1
-1
/
+1
*
Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...
Egor Yusov
2019-06-09
1
-42
/
+42
*
Minor update to GenerateMipsVkHelper to properly define shader macros
Egor Yusov
2019-05-06
1
-3
/
+3
*
Minor change
Egor Yusov
2019-05-05
1
-1
/
+1
*
Added safe check that same PSO is being bound
Egor Yusov
2019-05-05
1
-3
/
+6
*
Few minor updates
Egor Yusov
2019-04-26
1
-1
/
+1
*
Added IShaderResourceVariable::IsBound method (updated API version to 240024)
Egor Yusov
2019-04-25
1
-0
/
+5
*
Fixed issues with multi-mip level staging resource in Vk and D3D12 back-ends
Egor Yusov
2019-04-19
3
-48
/
+11
*
Fixed handling compressed textures in TextureUploaderGL; fixed non-compressed...
Egor Yusov
2019-04-18
1
-7
/
+4
*
Fixed copying compressed textures in Vulkan back-end
Egor Yusov
2019-04-18
2
-27
/
+38
*
Fixed issue with FenceVkImpl not waiting for Vulkan fences to signal when bei...
Egor Yusov
2019-04-16
1
-4
/
+9
*
Fixed grammatic error plus few minor updates
Egor Yusov
2019-04-16
3
-3
/
+3
*
Fixed issue with buffer usage flags
Egor Yusov
2019-04-14
1
-4
/
+4
*
Couple of minor updates
Egor Yusov
2019-04-14
1
-2
/
+6
*
Improved handling of read-only storage buffers (aka buffer SRVs) in Vulkan ba...
Egor Yusov
2019-04-14
3
-20
/
+45
[next]