mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
c6b009ef85
It allocates in local main memory via shm_open, and provides a FD to allow sharing with other processes. This is suitable for software rendering under the Wayland and X11 backends.
14 lines
211 B
Meson
14 lines
211 B
Meson
wlr_files += files(
|
|
'allocator.c',
|
|
'dmabuf.c',
|
|
'egl.c',
|
|
'drm_format_set.c',
|
|
'gbm_allocator.c',
|
|
'pixel_format.c',
|
|
'shm_allocator.c',
|
|
'swapchain.c',
|
|
'wlr_renderer.c',
|
|
'wlr_texture.c',
|
|
)
|
|
|
|
subdir('gles2')
|