wlroots-hyprland/render
Roman Gilg 17a289e36e render: allow texture creation while rendering
This removes an artificial limitation in form of an assert that disallowed the
creation of textures while the renderer is rendering.

A consumer might run its own rendering pipeline and after start of the renderer
still want to create textures for internal usage.
2022-02-28 13:06:11 +01:00
..
allocator Require INVALID for implicit format modifiers 2021-11-26 16:40:53 +00:00
gles2 render/gles2: don't constrain shm formats to ones that support reading 2022-01-05 15:48:29 -08:00
pixman render/pixman: advertise MOD_INVALID instead of MOD_LINEAR 2021-12-02 14:12:14 +00:00
vulkan render/vulkan: log physical device driver name 2022-01-19 13:08:46 +01:00
dmabuf.c render/dmabuf: make src arg const in wlr_dmabuf_attributes_copy 2021-02-02 19:53:16 +01:00
drm_format_set.c render/drm-format-set: add wlr_drm_format_set_intersect 2021-12-03 14:42:41 +00:00
egl.c render/egl: improve modifier support detection 2021-12-02 14:21:51 +00:00
meson.build render: completely disable gles2 if requested but libEGL is found 2021-11-02 09:36:38 +00:00
pixel_format.c render/pixel_format: add more formats for Pixman 2021-08-03 02:53:03 -04:00
swapchain.c Move allocator stuff into new directory 2021-08-25 09:57:20 -04:00
wlr_renderer.c render: add wlr_renderer_init_wl_shm 2021-12-07 15:15:28 +01:00
wlr_texture.c render: allow texture creation while rendering 2022-02-28 13:06:11 +01:00