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
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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