Skip to content

v3d: support resolve straight from tile buffer

Iago Toral requested to merge itoral/mesa:v3d_better_tlb_resolve into main

Until now our TLB blits were handled suboptimally: we would have the job writing the blit source store it to memory and then we would program a blit job that would reload the resource to the tile buffer and then blit it to the destination. This will instead try to program the job that writes the bluit source to do the blit directly as well when possible.

Edited by Iago Toral

Merge request reports