aboutsummaryrefslogtreecommitdiff
path: root/backend/backend.c
AgeCommit message (Expand)Author
2021-11-18backend: remove backend_get_allocatorSimon Zeni
2021-11-18backend: remove backend ensure renderer and allocator checkSimon Zeni
2021-10-27backend.c: do not try to explicitly clean up the libinput backendMarkusVolk
2021-10-18Add error handling to backend creationAnthony Super
2021-10-05backend: drop unconditional and unused <libinput.h>Jan Beich
2021-09-30backend: create renderer and allocator in wlr_backend_autocreateSimon Ser
2021-09-07backend: wait for session to become activemuradm
2021-08-25Move allocator stuff into new directorySimon Ser
2021-07-28backend/drm: drop get_renderer implementationSimon Ser
2021-07-22backend: make DRM and libinput backends optionalayaka
2021-05-21backend: automatically create allocatorSimon Ser
2021-05-21backend: automatically create rendererSimon Ser
2021-05-21backend: introduce wlr_backend_finishSimon Ser
2021-04-28Log when WLR_BACKENDS/WLR_RENDERER is setSimon Ser
2021-04-28backend: introduce backend_get_buffer_capsSimon Zeni
2021-04-12backend: move get_drm_fd to public interfaceRoman Gilg
2021-01-16backend: add get_drm_fd to interfaceSimon Ser
2021-01-04backend/session: allow wlr_session_find_gpus to return an errorSimon Ser
2020-12-30Remove wlr_create_renderer_func_tSimon Ser
2020-11-19backend/session: operate on wlr_deviceSimon Ser
2020-09-16backend: remove check for _WAYLAND_DISPLAYSimon Ser
2020-01-10Drop RDP backendDrew DeVault
2020-01-08Allow WLR_RDP_PORT to be any valid TCP/UDP port numberJason
2019-11-18backend: Do not attempt DRM on X11/WL failureScott Anderson
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-04-08Add FreeRDP backend for remote desktop supportDrew DeVault
2019-01-17Introduce noop backendRyan Dwyer
2018-11-12Use #if instead of #ifdef for wlroots config dataemersion
2018-10-13backend: fix use-after-free in wlr_backend_autocreateemersion
2018-10-04Rename get_present_clock to get_presentation clock, use itemersion
2018-10-04backend: add get_present_clockemersion
2018-09-24Rework session handlingnyorain
2018-07-21Revert "Merge pull request #1153 from emersion/include-config"Drew DeVault
2018-07-21Always include config.hemersion
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-06-30backend autocreate: fix leak when WLR_BACKENDS is setDominique Martinet
2018-05-25backends: implement custom EGL and renderer initializationIlia Bozhinov
2018-05-19backend: support creating DRM and libinput via WLR_BACKENDSemersion
2018-05-19backend: allow multiple backends in WLR_BACKENDSemersion
2018-05-19backend: add WLR_BACKEND env variableemersion
2018-04-08backend: remove wlr_backend_get_eglemersion
2018-04-04Add ifdef to build without X11Tancredi Orlando
2018-04-03Implement input inhibit in rootstonDrew DeVault
2018-03-30backend/x11: fix extra outputemersion
2018-03-30backend/x11: add WLR_X11_OUTPUTS supportemersion
2018-03-27Fix x11 backendDominique Martinet
2018-03-26Address review feedbackDrew DeVault
2018-03-23Minor correctionsCedric Sodhi
2018-03-09Make X11 fully optionalCedric Sodhi
2018-02-19Revert "ELF Visibility"Drew DeVault