Skip to content

radv: Disable IB2 on compute queues.

Timur Kristóf requested to merge Venemo/mesa:radv-no-compute-ib2 into main

The "IB2" indirect buffer command is not supported on compute queues according to PAL, and it indeed causes GPU hangs when task shaders are used together with vkCmdExecuteCommands.

Merge request reports