Skip to content

core: Drop dmabuf texture creation api in OutputBackend

Vlad Zahorodnii requested to merge work/zzag/output-backend-no-dmabuf into master

It never belonged in the OutputBackend, but we also didn't have a better place when the relevant code had been added.

With the introduction of graphics buffer allocators, it's no longer the case.

Merge request reports