Skip to content

anv: Use appropriate argument format for indirect draw

Sagar Ghuge requested to merge sagarghuge/mesa:review/indirect_draw_fix into main

What does this MR do and why?

If index is specified we can use the DRAWINDEXED otherwise we can simply
use DRAW argument format.

Merge request reports