v3d: fix glDrawTransformFeedback()
Instead of taking the vertex count from the transform feedback buffer, we were just using info->count, which is always 0 when drawing from TF, so nothing was being rendered.
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.
Instead of taking the vertex count from the transform feedback buffer, we were just using info->count, which is always 0 when drawing from TF, so nothing was being rendered.