layers: Handle oldSwapchain image reuse#11989
layers: Handle oldSwapchain image reuse#11989artem-lunarg wants to merge 0 commit intoKhronosGroup:mainfrom
Conversation
|
CI Vulkan-ValidationLayers build queued with queue ID 691615. |
|
CI Vulkan-ValidationLayers build # 22965 running. |
|
Going to push simpler and more symmetric implementation (no need to keep |
|
CI Vulkan-ValidationLayers build # 22965 failed. |
a16769d to
c043334
Compare
|
CI Vulkan-ValidationLayers build queued with queue ID 691654. |
|
CI Vulkan-ValidationLayers build # 22966 running. |
|
CI Vulkan-ValidationLayers build # 22966 failed. |
|
Need to investigate CI failures |
c043334 to
1de8315
Compare
|
CI Vulkan-ValidationLayers build queued with queue ID 691993. |
|
Reproduced Linux failures locally, but they went away after I updated the driver. |
|
Reopening, closed by mistake |
|
Well, it looks like reopen does not work |
|
CI Vulkan-ValidationLayers build # 22967 running. |
|
CI Vulkan-ValidationLayers build # 22967 passed. |
oldSwapchainimages can be reused by the new swapchain. This change handles this scenario when handle wrapping is not enabled.Closes #11939