render/pixel_format: introduce pixel format info table

This commit is contained in:
Simon Zeni 2021-03-15 12:29:29 -04:00 committed by Simon Ser
parent d9cae04ffc
commit 5fd82c6f54
3 changed files with 54 additions and 0 deletions

View file

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