render/shm_format: add wl_shm_format conversion helpers

This commit is contained in:
Simon Ser 2021-02-16 19:01:33 +01:00
parent bfd020047d
commit 5d6d76c61f
3 changed files with 34 additions and 0 deletions

View file

@ -4,6 +4,7 @@ wlr_files += files(
'egl.c',
'drm_format_set.c',
'gbm_allocator.c',
'shm_format.c',
'swapchain.c',
'wlr_renderer.c',
'wlr_texture.c',