aboutsummaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Expand)Author
2022-02-21types/wlr_input_device: default vendor and product id to 0Simon Zeni
2022-02-21backend/headless: remove unused wlr_headless_input_deviceSimon Zeni
2021-12-20backend: error out in autocreate without libinput supportSimon Ser
2021-12-19build: simplify Meson subproject fallbacksSimon Ser
2021-12-15backend/wayland: add basic linux-dmabuf feedback supportSimon Ser
2021-12-14backend/drm: use drmCloseBufferHandleSimon Ser
2021-12-14backend/drm: use drmModeFormatModifierBlobIterNextSimon Ser
2021-12-13backend/drm: add wlr_drm_backend_monitorChris Chamberlain
2021-12-13backend: fix return value of attempt_drm_backendChris Chamberlain
2021-12-09Fix incorrect %zd formatting directivesSimon Ser
2021-12-09output: introduce wlr_output_set_nameSimon Ser
2021-12-07build: move wayland-client dep to backend/wayland/Simon Ser
2021-12-01Fix uninitialized variable errors in release modeQuantum
2021-11-30backend/wayland: improve wayland input device nameMoon Sungjoon
2021-11-29backend/drm: poison buffers which cannot be scanned outSimon Ser
2021-11-26backend/drm: always add LINEAR to supported modifiersSimon Ser
2021-11-26backend/drm: fail on explicit modifier in drmModeAddFB2Simon Ser
2021-11-26Require INVALID for implicit format modifiersSimon Ser
2021-11-25backend: remove noop backendSimon Zeni
2021-11-25backend/headless: drop wlr_headless_backend_create_with_rendererSimon Ser
2021-11-25backend/headless: stop picking a DRM FDSimon Ser
2021-11-23input-device: remove wlr_input_device.linkSimon Ser
2021-11-22backend/wayland: report parent presentation clockSimon Ser
2021-11-19backend/drm: scan leases on ueventSimon Ser
2021-11-19backend/drm: introduce wlr_drm_leaseSimon Ser
2021-11-19Introduce WLR_DEVICE_LEASE eventsSimon Ser
2021-11-19output: use XRGB8888 format instead of ARGB8888Manuel Stoeckl
2021-11-19backend: fix attempt_backend_by_name multi backend self insertionSimon Zeni
2021-11-19backend/multi: add asserts in wlr_multi_backend_addSimon Zeni
2021-11-18backend: remove wlr_backend_get_rendererSimon Zeni
2021-11-18backend/multi: remove backend_get_rendererSimon Zeni
2021-11-18backend/drm: stop initializing backend rendererSimon Zeni
2021-11-18backend/headless: don't store the parent rendererSimon Zeni
2021-11-18backend/x11: get renderer from wlr_x11_outputSimon Zeni
2021-11-18backend: remove backend_get_allocatorSimon Zeni
2021-11-18backend: remove backend ensure renderer and allocator checkSimon Zeni
2021-11-17Remove support for DMA-BUF flagsSimon Ser
2021-11-15backend/headless: unlink input device on destroyRoman Gilg
2021-11-02backend/drm: handle per-connector hotplug eventsSimon Ser
2021-11-02backend/session: introduce wlr_device_change_eventSimon Ser
2021-10-31backend/wayland: use xdga client activationRonan Pigott
2021-10-29backend/drm: avoid creating empty FB_DAMAGE_CLIPS propSimon Ser
2021-10-29backend/drm: get rid of BO handle tableSimon Ser
2021-10-27backend/drm/legacy.c: Fix memory leak in drm_legacy_crtc_set_gammaHaelwenn (lanodan) Monnier
2021-10-27backend.c: do not try to explicitly clean up the libinput backendMarkusVolk
2021-10-27backend/x11: fix code style in get_touchpoint_from_x11_touch_idSimon Ser
2021-10-26backend/drm: add entry for Valve EDID vendorSimon Ser
2021-10-22backend/multi: implement get_buffer_capsSimon Zeni
2021-10-18Add error handling to backend creationAnthony Super
2021-10-15output: add presented flag to presentation eventKirill Primak