Skip to content

v3d: skip tlb loads when emitting clears with a draw call

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

We skip loading the tile buffer from memory if the job has flagged a clear (job->clears) for the buffer, however, this only tracks clears emitted via the TLB. In some cases we may need to fallback to clearing with a draw call, in which case we also want to skip the load.

Merge request reports