Skip to content

zink: use device-local heap for sparse backing allocations

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

backing allocations are real allocations, so they shouldn't be initialized as sparse containers

Fixes: 40fdb321 ("zink: add a suballocator")

Merge request reports