aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-31output-layout: remove useless types/fieldsKirill Primak
2022-01-31output-layout: make wlr_output_layout_get_box() take a box as parameterKirill Primak
2022-01-17foreign-toplevel: send enter if needed on output bindIsaac Freund
2022-01-13surface: improve role precommit hookKirill Primak
2022-01-13surface: deprecate wlr_surface.hKirill Primak
2022-01-13surface: move decl to wlr_{sub,}compositor.hKirill Primak
2022-01-13surface: move impl to types/wlr_{sub,}compositor.cKirill Primak
2022-01-13surface: introduce events.client_commitKirill Primak
2022-01-13subcompositor: split out from compositorKirill Primak
2021-12-20wlr_texture: remove wlr_texture_from_wl_drm() from headerIsaac Freund
2021-12-17Remove wlr_box.h redirectionSimon Ser
2021-12-17layer-shell: fix type of marginsIsaac Freund
2021-12-14scene: add wlr_scene_set_presentation()Isaac Freund
2021-12-14backend/drm: use drmCloseBufferHandleSimon Ser
2021-12-14util/global: remove wl_display arg from wlr_global_destroy_safeSimon Ser
2021-12-14xdg-activation: Allow to submit tokensGuido Günther
2021-12-13scene: fix wlr_scene_send_frame_done() APIIsaac Freund
2021-12-13scene: add wlr_scene_send_frame_done()Isaac Freund
2021-12-13scene: add primary output to wlr_scene_surfaceIsaac Freund
2021-12-13scene: send surface enter/leave output eventsIsaac Freund
2021-12-13backend/drm: add wlr_drm_backend_monitorChris Chamberlain
2021-12-09subsurface: don't add to parent list immediatelyKirill Primak
2021-12-09surface: fix non-buffer damage handlingKirill Primak
2021-12-09output: introduce wlr_output_set_nameSimon Ser
2021-12-07linux-dmabuf-v1: add per-surface feedbackSimon Ser
2021-12-07linux-dmabuf-v1: implement v4Simon Ser
2021-12-07render: add wlr_renderer_init_wl_shmSimon Ser
2021-12-03output: drop front_bufferSimon Ser
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