[Bug 104346] Crash in vkCmdPipelineBarrier on ANV vulkan driver

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 20 14:57:05 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=104346

--- Comment #1 from Jason Ekstrand <jason at jlekstrand.net> ---
Blind guess based on nothing but the backtrace, but it looks like you're trying
to build a command buffer to transition an image that does not yet have any
memory bound to it.  The spec requires non-sparse resources to have memory
bound to them *before* they are referenced by anything else.  This includes
creating image views and doing blit/copy commands.

-- 
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/20171220/40d72684/attachment.html>


More information about the intel-3d-bugs mailing list