wlroots-hyprland/backend/wayland
Simon Ser 3d0848daae backend: create renderer and allocator in wlr_backend_autocreate
Instead of ensuring the renderer and allocator are initialized in each
backend, do it in wlr_backend_autocreate. This allows compositors to
create backends without any renderer/allocator if they side-step
wlr_backend_autocreate.

Since the wlr_backend_get_renderer and backend_get_allocator end up
calling wlr_renderer_autocreate and wlr_allocator_autocreate, it sounds
like a good idea to centralize all of the opimionated bits in one place.
2021-09-30 08:50:43 -06:00
..
backend.c backend: create renderer and allocator in wlr_backend_autocreate 2021-09-30 08:50:43 -06:00
meson.build backend/wayland: use the EGL GBM platform 2021-01-10 11:32:00 +01:00
output.c output: drop wlr_output_state.buffer_type 2021-07-29 09:48:33 -04:00
seat.c backend/wayland: send hold gesture events 2021-09-27 15:30:31 +02:00
tablet_v2.c tablet: stop using wlr_list 2021-07-01 10:35:39 -04:00