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
...
*
Vulkan backend: fixed issue with swap chain semaphores being destroyed while ...
assiduous
2019-12-31
6
-22
/
+121
*
Added AdapterType member to DeviceCaps struct (API Version 240048)
assiduous
2019-12-28
1
-0
/
+1
*
moved public public headers of GraphicsTools project to interface folder to m...
assiduous
2019-12-26
1
-2
/
+2
*
Minor formatting updates
assiduous
2019-12-25
2
-14
/
+14
*
Updated swap chain Present() to unbind back buffers from immediate context
assiduous
2019-12-24
1
-1
/
+4
*
Reworked ClearRenderTarget and ClearDepthStencil methods to not take nullptr
assiduous
2019-12-24
2
-47
/
+18
*
Disabled SetRenderTarget(0, nullptr, nullptr) usage (fixed https://github.com...
assiduous
2019-12-24
3
-69
/
+19
*
Fixed staging buffers in Vulkan and D3D12 backends (https://github.com/Dilige...
assiduous
2019-12-23
3
-16
/
+29
*
Fixed issue with const PVoid not being the intended const void*
assiduous
2019-12-23
2
-2
/
+2
*
Renamed MAP_FLAG_DO_NOT_SYNCHRONIZE flag to MAP_FLAG_NO_OVERWRITE (API version )
assiduous
2019-12-23
1
-12
/
+12
*
Added ClearRenderTarget test; fixed issue with bound render targets in D3D12 ...
assiduous
2019-12-19
2
-3
/
+12
*
Fixed Core API test crash on the server by dynamically loading vulkan entry p...
assiduous
2019-12-17
2
-0
/
+6
*
Enabled draw command reference in Vulkan
assiduous
2019-12-17
5
-31
/
+45
*
Unit tests: capturing debug output; fixed minor issue with viewport in Vk bac...
assiduous
2019-12-13
2
-0
/
+9
*
Reworked API Unit test to use run-time DLL loading to avoid apparent issue wi...
Egor Yusov
2019-12-07
1
-44
/
+10
*
Fixed some 32-bit compilation warnings
Egor Yusov
2019-11-30
4
-15
/
+26
*
Vulkan backend: fixed 32-bit build
Egor Yusov
2019-11-29
10
-93
/
+139
*
Fixed few vector initialization issues
Egor Yusov
2019-11-28
7
-11
/
+11
*
Updated formatting in VulkanLogicalDevice.h
Egor Yusov
2019-11-26
1
-45
/
+48
*
clang-formatted cpp files of GraphiceEngineVulkan project
Egor Yusov
2019-11-24
35
-5352
/
+5703
*
clang-formatted headers of GraphicsEngineVulkan project
Egor Yusov
2019-11-24
51
-1615
/
+1751
*
clang-formatted DLLMain
Egor Yusov
2019-11-24
1
-12
/
+12
*
Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_CORE
Egor Yusov
2019-11-21
1
-1
/
+1
*
Added comments to Vulkan backend implementation
Egor Yusov
2019-11-11
14
-22
/
+117
*
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
[prev]
[next]