Skip to content

tu: tu_device should clean up its global bo

Zan Dobersek requested to merge zdobersek/mesa-fork:tu_device_global_bo into main

What does this MR do and why?

tu: tu_device should clean up its global bo

The global buffer object is allocated and mapped during tu_device creation.
Correspondingly it should also be cleaned up during device destruction.

Signed-off-by: Zan Dobersek <zdobersek@igalia.com>

Merge request reports