Skip to content

panfrost: Don't set job_barrier on vertex jobs

Alyssa Rosenzweig requested to merge alyssa/mesa:panfrost/job-barrier into main

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

Merge request reports