render: add DRM dumb buffer allocator

This commit is contained in:
Simon Zeni 2021-01-27 22:10:59 -05:00 committed by Simon Ser
parent 2c90e0f521
commit ed7f2651b6
4 changed files with 286 additions and 1 deletions

View file

@ -15,6 +15,7 @@ wlr_files += files(
'swapchain.c',
'wlr_renderer.c',
'wlr_texture.c',
'drm_dumb_allocator.c',
)
egl = dependency('egl', required: 'gles2' in renderers)