Skip to content

v3d: transform feedback fixes

Iago Toral requested to merge itoral/mesa:v3d_tf_fixes into master

Specifically, flush jobs that either do TF writes to buffers we are about to read or that read from buffers that we are about to write via TF.

@anholt: This series doesn't use the "wait for transform feedback" functionality to avoid flushing the current job when we read from TF in the same job. I'll be working on that next and I plan to send a separate MR for that.

Merge request reports