panfrost: Don't set job_barrier on vertex jobs
This was a hack needed for the old transform feedback code. This barrier is handled by the explicit XFB emulation that we're using on Midgard now, so we don't need the barrier in the general case.
Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com