[Bug 111568] Image corruption with vkCmdCopyImage into I915_FORMAT_MOD_Y_TILED_CCS-tiled swapchain image
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 16 15:12:29 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111568
Jason Ekstrand <jason at jlekstrand.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |NOTOURBUG
Status|NEW |RESOLVED
--- Comment #19 from Jason Ekstrand <jason at jlekstrand.net> ---
Sorry it took me so long to get around to looking at this. Your image barrier
on the WSI image is from VK_IMAGE_LAYOUT_UNDEFINED to
VK_IMAGE_LAYOUT_PRESENT_SRC_KHR. Any image layout transition with
VK_IMAGE_LAYOUT_UNDEFINED tells the driver "Feel free to throw away my image
contents" which is exactly what our driver is doing. :-)
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190916/9c51a53e/attachment.html>
More information about the intel-3d-bugs
mailing list