wlroots/render
Simon Ser b0a663d39d render: introduce wlr_swapchain
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
2020-11-15 22:48:42 +01:00
..
gles2 render/gles2: remove gles2_procs 2020-07-28 06:59:07 -06:00
allocator.c render: introduce wlr_allocator 2020-11-15 22:48:42 +01:00
dmabuf.c render/dmabuf: add wlr_dmabuf_attributes_copy 2019-06-07 09:06:11 -04:00
drm_format_set.c render/drm_format_set: introduce wlr_drm_format_dup 2020-11-15 22:48:42 +01:00
egl.c render: egl: Use current display to restore NULL context 2020-07-14 19:55:20 +02:00
gbm_allocator.c render: introduce wlr_gbm_allocator 2020-11-15 22:48:42 +01:00
meson.build render: introduce wlr_swapchain 2020-11-15 22:48:42 +01:00
swapchain.c render: introduce wlr_swapchain 2020-11-15 22:48:42 +01:00
wlr_renderer.c Use uint32_t in wlr_renderer_begin signature 2020-11-11 11:01:46 +01:00
wlr_texture.c render/texture: make write_pixels optional 2020-04-28 21:45:14 +02:00