Skip to content

util/tc: make clear calls async

Mike Blumenkrantz requested to merge zmike/mesa:tc-clear into main

these can be trivially made async because the surface param is part of the current fb state, guaranteeing its lifetime for the duration of the call

Merge request reports