On Wed 25 Jan 2017, Lionel Landwerlin wrote:
> The spec section 5.2 says:
> 
>    "vkAllocateCommandBuffers can be used to create multiple command
>    buffers. If the creation of any of those command buffers fails, the
>    implementation must destroy all successfully created command buffer
>    objects from this command, set all entries of the pCommandBuffers
>    array to VK_NULL_HANDLE and return the error."
> 
> Fixes:
>    
> dEQP-VK.api.object_management.alloc_callback_fail_multiple.command_buffer_primary
>    
> dEQP-VK.api.object_management.alloc_callback_fail_multiple.command_buffer_secondary
> 
> Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
> ---
>  src/intel/vulkan/anv_cmd_buffer.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Reviewed-by: Chad Versace <chadvers...@chromium.org>

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to