OSDN Git Service

anv: Add FIXME for vkResetCommandPool
authorChad Versace <chad.versace@intel.com>
Thu, 14 Jan 2016 20:58:46 +0000 (12:58 -0800)
committerChad Versace <chad.versace@intel.com>
Thu, 14 Jan 2016 21:14:40 +0000 (13:14 -0800)
commitea20389320b251f6498eb9c47e525ced10aab91d
tree63099bb0343c424734e2a9b6ee984a7ae8a678ae
parent20fd816b6bb6dbd64abd953f2958b3c9ff6ddf07
anv: Add FIXME for vkResetCommandPool

vkResetCommandPool currently destroys its command buffers. The Vulkan
1.0 spec requires that it only reset them:

    Resetting a command pool recycles all of the resources from all of
    the command buffers allocated from the command pool back to the
    command pool. All command buffers that have been allocated from the
    command pool are put in the initial state.
src/vulkan/anv_cmd_buffer.c