Skip to content

v3d: limit job flushing when accessing occlusion query results

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

Instead of flushing all jobs before we access the result of an occlusion query, limit flushing to jobs that actually access the buffer object of the query.

Merge request reports