Summary: | Multiple VkSubpassDependency-entries with the same dstSubpass not handled correctly | ||
---|---|---|---|
Product: | Mesa | Reporter: | Christian Forfang <chris.forfang> |
Component: | Drivers/Vulkan/radeon | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | CC: | chris.forfang |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Christian Forfang
2019-06-14 21:50:11 UTC
Hi, Yes, this is correct and this has been fixed a while ago. See commit eaab35e5e328eec06bc5012624ee3585aa209c29 Author: Samuel Pitoiset <samuel.pitoiset@gmail.com> Date: Tue Jan 29 22:18:59 2019 +0100 radv: handle subpass dependencies correctly The different masks should be accumulated. For example if two subpasses declare an outgoing dependency (ie. dst == VK_SUBPASS_EXTERNAL). Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Ah, I didn't realize the mirror I was looking looking at didn't have an up-to-date radv. Sorry for the noise :) |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.