Skip to content

radv: optimised command buffer reset of vertex bindings.

Dave Airlie requested to merge airlied/mesa:radv-cmd-reset-bindings into main

This always memsets the whole thing which shows up on some profiles with zink.

Record the highest vertex binding seen, then only reset up to that.

Merge request reports