[Mesa-dev] [Bug 105119] Desktop-wide input freeze when vulkan (radv)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Feb 16 02:10:44 UTC 2018


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

--- Comment #2 from Jakub OkoĊ„ski <jakub at okonski.org> ---
I ran my code on Windows using AMD's proprietary driver, I can see this message
from validation layers:

Attempt to reset command buffer (0x0000026469454060) which is in use. The spec
valid usage text states 'commandBuffer must not be in the pending state'
(https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkResetCommandBuffer-commandBuffer-00045)
Calling vkBeginCommandBuffer() on active command buffer 0000026469454060 before
it has completed. You must check command buffer fence before this call. The
spec valid usage text states 'commandBuffer must not be in the recording or
pending state.'
(https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkBeginCommandBuffer-commandBuffer-00049)

So I must be misusing the API as described.

-- 
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/mesa-dev/attachments/20180216/f56b4a94/attachment-0001.html>


More information about the mesa-dev mailing list