Skip to content

dzn: Pass the right type to CreateCommandList() in the reset path

Boris Brezillon requested to merge bbrezillon/mesa:dzn_cmd_buffer_reset-fix into main

The Command allocator and command list type must match, but we are forcing it to D3D12_COMMAND_LIST_TYPE_DIRECT in the reset path.

Fixes: a012b219 ("microsoft: Initial vulkan-on-12 driver")

Should fix #6331 (closed)

/cc @jenatali @kusma @lfrb

Edited by Boris Brezillon

Merge request reports