index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineVulkan
/
src
/
SwapChainVkImpl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
External Vulkan SwapChain support
s-ol
2021-03-27
1
-751
/
+40
*
code cleanup
azhirnov
2021-03-19
1
-6
/
+0
*
Vulkan: fixed tests on Mac.
azhirnov
2021-03-19
1
-0
/
+6
*
Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...
assiduous
2021-03-19
1
-1
/
+1
*
Swap chain Vk: improved presentation mode selection (fixed https://github.com...
assiduous
2021-02-07
1
-14
/
+30
*
Updated copyright notice
assiduous
2021-01-01
1
-1
/
+1
*
Vulkan backend: code clean-up
assiduous
2020-12-21
1
-3
/
+0
*
Added support for VK_KHR_acceleration_structure and VK_KHR_ray_tracing_pipeline
azhirnov
2020-11-25
1
-2
/
+2
*
Removed SWAP_CHAIN_USAGE_UNORDERED_ACCESS, fixed shader group checks
azhirnov
2020-11-18
1
-20
/
+7
*
A number of minor updates
assiduous
2020-10-30
1
-11
/
+13
*
added ray tracing implementation for dx12 and vulkan
azhirnov
2020-10-28
1
-9
/
+22
*
Enabled XLib support in Vulkan on Linux (fixed https://github.com/DiligentGra...
assiduous
2020-06-09
1
-28
/
+64
*
Clang-format
Mark Nefedov
2020-05-08
1
-1
/
+1
*
The 'BackBufferDesc.Format' variable is assigned values twice successively. P...
Mark Nefedov
2020-05-08
1
-1
/
+0
*
Vulkan swap chain: auto-detecting surface rotation on Android
assiduous
2020-04-27
1
-3
/
+31
*
Improved swap chain resize handling on Android
assiduous
2020-04-27
1
-0
/
+1
*
Improved surface orientation change detection in Vulkan swap chain
assiduous
2020-04-26
1
-3
/
+18
*
Vulkan swap chain: improved swap chain destruction
assiduous
2020-04-25
1
-25
/
+43
*
Fixed typo
assiduous
2020-04-25
1
-1
/
+1
*
Vulkan swapchain: handling lost surface
assiduous
2020-04-25
1
-13
/
+47
*
Improved orientation change detection on Android
assiduous
2020-04-24
1
-3
/
+3
*
VK swap chain resize: added orientation change detection
assiduous
2020-04-24
1
-1
/
+29
*
Fixed issue with infinite Vulkan swap chain growth on Android when orientatio...
assiduous
2020-04-24
1
-8
/
+16
*
Added surface pretransform parameter to swap chain desc (API 240057)
assiduous
2020-04-24
1
-8
/
+56
*
Enabled format validation on Linux
assiduous
2020-03-27
1
-0
/
+18
*
Enabled VSync on Vulkan (fixed https://github.com/DiligentGraphics/DiligentCo...
assiduous
2020-03-27
1
-3
/
+10
*
Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENT
assiduous
2020-03-26
1
-1
/
+1
*
Updated Mac and iOS native window structs
assiduous
2020-02-03
1
-2
/
+2
*
Fixed Linux build error
assiduous
2020-02-03
1
-2
/
+2
*
Fixed Linux build issue
assiduous
2020-02-03
1
-1
/
+1
*
Fixed Linux/Mac/iOS build errors
assiduous
2020-02-02
1
-6
/
+6
*
Updated swap chain creation functions to use NativeWindow struct
assiduous
2020-02-02
1
-16
/
+10
*
Renamed .h -> .hpp in GraphicsEngineVulkan project
assiduous
2020-01-26
1
-5
/
+5
*
Updated coyright notice
assiduous
2020-01-01
1
-7
/
+11
*
Couple of minor updates
assiduous
2019-12-31
1
-2
/
+2
*
Reworked SemaphoreObject through a more generic ManagedVulkanObject; fixed bu...
assiduous
2019-12-31
1
-6
/
+14
*
Vulkan backend: fixed issue with swap chain semaphores being destroyed while ...
assiduous
2019-12-31
1
-10
/
+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
1
-1
/
+6
*
Disabled SetRenderTarget(0, nullptr, nullptr) usage (fixed https://github.com...
assiduous
2019-12-24
1
-21
/
+11
*
Fixed few vector initialization issues
Egor Yusov
2019-11-28
1
-3
/
+3
*
clang-formatted cpp files of GraphiceEngineVulkan project
Egor Yusov
2019-11-24
1
-115
/
+155
*
Added 'ResolveTextureSubresource' device context command (API Version 240041)...
Egor Yusov
2019-11-10
1
-1
/
+1
*
Allowed swap chains without the depth buffer
Egor Yusov
2019-11-09
1
-20
/
+23
*
Added methods to get command queue from the device context (API Version 240038)
Egor Yusov
2019-10-30
1
-1
/
+1
*
More cosmetic code changes
Egor Yusov
2019-10-08
1
-5
/
+5
*
Updated Copyright notice
Egor Yusov
2019-09-17
1
-1
/
+1
*
Vulkan backend: enabled multiple swap chain support (closed https://github.co...
Egor Yusov
2019-08-13
1
-6
/
+11
*
Minor typo.
Thomas Bishop
2019-04-13
1
-2
/
+2
*
Added swap chain usage flags
Egor Yusov
2019-03-31
1
-1
/
+9
[next]