mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
b0a663d39d
The swapchain maximum capacity is set to 4, so that we have enough room for: - A buffer currently displayed on screen - A buffer queued for display (e.g. to KMS) - A pending buffer that'll be queued next commit - An additional pending buffer in case we want to invalidate the currently pending one
14 lines
241 B
Meson
14 lines
241 B
Meson
wlr_files += files(
|
|
'allocator.c',
|
|
'dmabuf.c',
|
|
'egl.c',
|
|
'drm_format_set.c',
|
|
'gbm_allocator.c',
|
|
'gles2/pixel_format.c',
|
|
'gles2/renderer.c',
|
|
'gles2/shaders.c',
|
|
'gles2/texture.c',
|
|
'swapchain.c',
|
|
'wlr_renderer.c',
|
|
'wlr_texture.c',
|
|
)
|