wlroots-hyprland/render
Simon Ser 29da97c185
render/drm_format_set: allocate using cap when duplicating
In wlr_drm_format_dup, allocate the new wlr_drm_format using cap instead
of len. This makes it so the cap field is up-to-date and the chunk of
memory isn't too small if we append new modifiers (we don't allow this
yet but might in the future).
2020-12-08 16:02:44 +01:00
..
gles2 render: rename wlr_renderer_get_formats 2020-11-30 11:08:44 +01: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: allocate using cap when duplicating 2020-12-08 16:02:44 +01:00
egl.c render/egl: support config-less wlr_egl 2020-12-07 11:40:45 +01: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/swapchain: add support for buffer age 2020-11-15 22:48:42 +01:00
wlr_renderer.c render/egl: support config-less wlr_egl 2020-12-07 11:40:45 +01:00
wlr_texture.c render/texture: make write_pixels optional 2020-04-28 21:45:14 +02:00