Skip to content

zink: improve descriptor set oom handling

Mike Blumenkrantz requested to merge zmike/mesa:zink-descriptor_oom into master

this attempts to dynamically establish an upper bound for per-batch descriptor use, flushing all batches and resetting the pools on alloc failure in an attempt to be more robust about it

future patches will further improve on this and make the mechanism even more robust

Merge request reports