Skip to content

zink: move to a (somewhat) refless resource bind model

Mike Blumenkrantz requested to merge zmike/mesa:zink-refless into main

batch refs are now automatically added on the first bind for an object, meaning that successive binds can skip refcounting because the bind count is effectively a driver-only refcount that can't be removed externally

Merge request reports