Skip to content

v3d: actually root the first BO in a command list in the job

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

We were passing cl->bo, which is NULL, so v3d_job_add_bo was a no-op.

@anholt, @apinheiro, @chema: this doesn't seem to fix anything, but it looks like a bug.

Merge request reports