Skip to content

nvk: use DRAW_CONTROL_A on Turing for draw and draw_indexed

Mary Guillemard requested to merge marysaka/mesa:nvk/turing-draw_control_a into main

This replace the old loop logic except for xfb_draw_indirect (as it still requires it)

Also rename DRAW_BEGIN scratch to DRAW_TOPOLOGY.

Merge request reports