Skip to content

lavapipe: fix indirect draws

tracking draw start/count like this gives the impression that it's some sort of persistent state that can be reused, which is not the case and leads to passing garbage data to indirect draw functions

Merge request reports