Skip to content

r600/sfn: emulate pmr::monotonic_buffer_resource if needed

Gert Wollny requested to merge gerddie/mesa:emulate-monotonic-resource into main

libc++ does not yet implement the c++17 monotonic_buffer_resource, so emulate it by doing normal allocations that are cleaned up when the resource is destroyed.

Closes: #6836 (closed)

Edited by Gert Wollny

Merge request reports