wlroots-hyprland/backend/x11
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
input_device.c backend/x11: send touch frame events 2021-07-08 09:12:17 +02:00
meson.build backend: make DRM and libinput backends optional 2021-07-22 09:56:38 -04:00
output.c output: drop wlr_output_state.buffer_type 2021-07-29 09:48:33 -04:00