llandwerlin-intel
llandwerlin-intel
**Describe the replay bug:** ``` gfxrecon-replay: framework/decode/vulkan_replay_consumer_base.cpp:10184: VkResult gfxrecon::decode::VulkanReplayConsumerBase::OverrideCreateComputePipelines(PFN_vkCreateComputePipelines, VkResult, const gfxrecon::decode::VulkanDeviceInfo*, const gfxrecon::decode::VulkanPipelineCacheInfo*, uint32_t, const gfxrecon::decode::StructPointerDecoder*, const gfxrecon::decode::StructPointerDecoder*, gfxrecon::decode::HandlePointerDecoder*): Assertion `module_info' failed. ``` **Verify before submission:** * Was trimming...
**Environment:** - OS: Ubuntu 24.04 - GPU and driver version: Intel/Mesa 26.0.0-devel - SDK or header version if building from repo: 39c50d7bf094853a1f9a2e8a7e3377d425ae0c6a - Options enabled (synchronization, best practices, etc.): none...
**Issue description:** I found an application transitioning a depth image view in a render pass to layout `VK_IMAGE_LAYOUT_PRESENT_SRC_KHR` https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkImageLayout.html says that `VK_IMAGE_LAYOUT_PRESENT_SRC_KHR must only be used for presenting a presentable...