aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-12-03output: add wlr_output_event_commit.bufferSimon Ser
2021-12-03render/drm-format-set: add wlr_drm_format_set_intersectSimon Ser
2021-12-02render/egl: improve modifier support detectionSimon Ser
2021-12-01render/egl: add wlr_egl_create_with_contextSimon Ser
2021-12-01render/egl: store IMG_context_priority in wlr_eglSimon Ser
2021-11-30scene: add wlr_scene_get_scene_outputSimon Ser
2021-11-30output: add wlr_output_get_primary_formatsSimon Ser
2021-11-30output: fix typo in wlr_output_impl.get_primary_formats docsSimon Ser
2021-11-26render: add DMA-BUF docsSimon Ser
2021-11-26render/drm_format_set: add wlr_drm_format_hasSimon Ser
2021-11-25scene: add wlr_scene_xdg_surface_createSimon 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-22linux-dmabuf-v1: hide wlr_linux_buffer_params_v1Simon Ser
2021-11-19backend/drm: scan leases on ueventSimon Ser
2021-11-19drm-lease-v1: listen to lease destroy eventSimon Ser
2021-11-19backend/drm: introduce wlr_drm_leaseSimon Ser
2021-11-19Introduce WLR_DEVICE_LEASE eventsSimon Ser
2021-11-19output: Add function to set preferred render formatManuel Stoeckl
2021-11-19output: lift up output format fallback logicManuel Stoeckl
2021-11-18backend: remove wlr_backend_get_rendererSimon Zeni
2021-11-18backend/headless: don't store the parent rendererSimon Zeni
2021-11-18backend: remove backend_get_allocatorSimon Zeni
2021-11-18output: add wlr_output_init_renderSimon Ser
2021-11-17Improve wlr_drm_format documentationDemi Marie Obenour
2021-11-17Remove support for DMA-BUF flagsSimon Ser
2021-11-09render/allocator: make wlr_allocator part of the public APISimon Zeni
2021-11-08text-input: fix type of send_preedit_string() argsIsaac Freund
2021-11-08output: drop wlr_output_export_dmabufSimon Ser
2021-11-02backend/drm: handle per-connector hotplug eventsSimon Ser
2021-11-02backend/session: introduce wlr_device_change_eventSimon Ser
2021-11-02xwayland: add support for -noTouchPointerEmulationSimon Ser
2021-10-31backend/wayland: use xdga client activationRonan Pigott
2021-10-31xdg-activation-v1: add data field and emit token destroy eventsRonan Pigott
2021-10-31xdg-activation-v1: enable compositors to request their own tokensRonan Pigott
2021-10-29backend/drm: get rid of BO handle tableSimon Ser
2021-10-23output: split into multiple filesSimon Ser
2021-10-23scene: add support for direct scan-outSimon Ser
2021-10-22scene: add wlr_scene_output_for_each_surfaceSimon Ser
2021-10-22presentation-time: remove unused fieldSimon Ser
2021-10-22presentation-time: use a surface addonKirill Primak
2021-10-18render/vulkan: add Vulkan renderernyorain
2021-10-15output: add presented flag to presentation eventKirill Primak
2021-10-14scene: add functions to place node on top/bottomIsaac Freund
2021-10-14scene: assert that node != sibling in place above/belowIsaac Freund
2021-10-07xdg-decoration: refactor configure/state flowKirill Primak
2021-10-02surface_at: check if surfaces are mappedtiosgz