render: introduce wlr_gbm_allocator

This commit is contained in:
Simon Ser 2020-06-01 19:49:10 +02:00
parent f47445f142
commit 5913040110
3 changed files with 212 additions and 0 deletions

View file

@ -3,6 +3,7 @@ wlr_files += files(
'dmabuf.c',
'egl.c',
'drm_format_set.c',
'gbm_allocator.c',
'gles2/pixel_format.c',
'gles2/renderer.c',
'gles2/shaders.c',