Merge branch 'dma-heaps' into 'master'

Draft: render/allocator: add DMA-BUF heap allocator

See merge request wlroots/wlroots!4414
This commit is contained in:
Simon Ser 2024-11-07 14:18:07 +00:00
commit 804915cc61
6 changed files with 165 additions and 2 deletions

View file

@ -73,6 +73,7 @@ features = {
'gles2-renderer': false,
'vulkan-renderer': false,
'gbm-allocator': false,
'dma-heap-allocator': false,
'session': false,
'color-management': false,
}