freedreno+gallium/u_threaded: Avoid staging blits for idle resources
I was looking at a performance of some android games (or actually generated c++ traces from android games) and noticed one case where TC was actually making things significantly slower by generating per-draw staging blits for uploads to idle buffers. It seems easy enough to not have this problem.
@mareko for the TC part