Skip to content

iris: implement threaded context callbacks for resource busy checking

Kenneth Graunke requested to merge kwg/mesa:iris-utc-busy into main

This allows u_threaded_context to reuse idle buffers, map them asynchronously, and avoid reallocating them unnecessarily.

See commit 2fad90dc in radeonsi.

Merge request reports