summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* External Vulkan SwapChain supports-ol2021-03-271-751/+40
* code cleanupazhirnov2021-03-191-6/+0
* Vulkan: fixed tests on Mac.azhirnov2021-03-191-0/+6
* Vk backend: reorganized headers; removed PRS methods implemented in PipelineR...assiduous2021-03-191-1/+1
* Swap chain Vk: improved presentation mode selection (fixed https://github.com...assiduous2021-02-071-14/+30
* Updated copyright noticeassiduous2021-01-011-1/+1
* Vulkan backend: code clean-upassiduous2020-12-211-3/+0
* Added support for VK_KHR_acceleration_structure and VK_KHR_ray_tracing_pipelineazhirnov2020-11-251-2/+2
* Removed SWAP_CHAIN_USAGE_UNORDERED_ACCESS, fixed shader group checksazhirnov2020-11-181-20/+7
* A number of minor updatesassiduous2020-10-301-11/+13
* added ray tracing implementation for dx12 and vulkanazhirnov2020-10-281-9/+22
* Enabled XLib support in Vulkan on Linux (fixed https://github.com/DiligentGra...assiduous2020-06-091-28/+64
* Clang-formatMark Nefedov2020-05-081-1/+1
* The 'BackBufferDesc.Format' variable is assigned values twice successively. P...Mark Nefedov2020-05-081-1/+0
* Vulkan swap chain: auto-detecting surface rotation on Androidassiduous2020-04-271-3/+31
* Improved swap chain resize handling on Androidassiduous2020-04-271-0/+1
* Improved surface orientation change detection in Vulkan swap chainassiduous2020-04-261-3/+18
* Vulkan swap chain: improved swap chain destructionassiduous2020-04-251-25/+43
* Fixed typoassiduous2020-04-251-1/+1
* Vulkan swapchain: handling lost surfaceassiduous2020-04-251-13/+47
* Improved orientation change detection on Androidassiduous2020-04-241-3/+3
* VK swap chain resize: added orientation change detectionassiduous2020-04-241-1/+29
* Fixed issue with infinite Vulkan swap chain growth on Android when orientatio...assiduous2020-04-241-8/+16
* Added surface pretransform parameter to swap chain desc (API 240057)assiduous2020-04-241-8/+56
* Enabled format validation on Linuxassiduous2020-03-271-0/+18
* Enabled VSync on Vulkan (fixed https://github.com/DiligentGraphics/DiligentCo...assiduous2020-03-271-3/+10
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-1/+1
* Updated Mac and iOS native window structsassiduous2020-02-031-2/+2
* Fixed Linux build errorassiduous2020-02-031-2/+2
* Fixed Linux build issueassiduous2020-02-031-1/+1
* Fixed Linux/Mac/iOS build errorsassiduous2020-02-021-6/+6
* Updated swap chain creation functions to use NativeWindow structassiduous2020-02-021-16/+10
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-5/+5
* Updated coyright noticeassiduous2020-01-011-7/+11
* Couple of minor updatesassiduous2019-12-311-2/+2
* Reworked SemaphoreObject through a more generic ManagedVulkanObject; fixed bu...assiduous2019-12-311-6/+14
* Vulkan backend: fixed issue with swap chain semaphores being destroyed while ...assiduous2019-12-311-10/+14
* Updated swap chain Present() to unbind back buffers from immediate contextassiduous2019-12-241-1/+4
* Reworked ClearRenderTarget and ClearDepthStencil methods to not take nullptrassiduous2019-12-241-1/+6
* Disabled SetRenderTarget(0, nullptr, nullptr) usage (fixed https://github.com...assiduous2019-12-241-21/+11
* Fixed few vector initialization issuesEgor Yusov2019-11-281-3/+3
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-115/+155
* Added 'ResolveTextureSubresource' device context command (API Version 240041)...Egor Yusov2019-11-101-1/+1
* Allowed swap chains without the depth bufferEgor Yusov2019-11-091-20/+23
* Added methods to get command queue from the device context (API Version 240038)Egor Yusov2019-10-301-1/+1
* More cosmetic code changesEgor Yusov2019-10-081-5/+5
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Vulkan backend: enabled multiple swap chain support (closed https://github.co...Egor Yusov2019-08-131-6/+11
* Minor typo.Thomas Bishop2019-04-131-2/+2
* Added swap chain usage flagsEgor Yusov2019-03-311-1/+9