aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-17Remove support for DMA-BUF flagsSimon Ser
2021-11-17linux-dmabuf-v1: properly validate flagsSimon Ser
2021-11-15backend/headless: unlink input device on destroyRoman Gilg
2021-11-14util/token: don't leak /dev/urandom fd to childrenRaphael Robatsch
2021-11-09egl: use alts for EGL_EXT_device_enum, if missingCole Mickens
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-08screencopy-v1: stop using wlr_output_export_dmabufSimon Ser
2021-11-08export-dmabuf-v1: stop using wlr_output_export_dmabufSimon Ser
2021-11-07text-input/input-method: handle strdup() failureIsaac Freund
2021-11-07scene: fix calloc size mismatchSimon Ser
2021-11-06CONTRIBUTING.md: add CoC sectionKirill Primak
2021-11-06output: fix leak of wlr_drm_formatIsaac Freund
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-11-02render: completely disable gles2 if requested but libEGL is foundJan Beich
2021-11-01s/GitHub/GitLab/Simon Ser
2021-11-01ci: add .gitlab-ci.ymlSimon Ser
2021-10-31scene/subsurface_tree: hide unmapped subsurfacestiosgz
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: avoid creating empty FB_DAMAGE_CLIPS propSimon Ser
2021-10-29output: fix stack variable lifetime in wlr_output_send_presentSimon Ser
2021-10-29backend/drm: get rid of BO handle tableSimon Ser
2021-10-29sceeencopy-v1: listen to output destroy in capture_outputSimon Ser
2021-10-27scene: inline subsurface_tree_destroySimon Ser
2021-10-27backend/drm/legacy.c: Fix memory leak in drm_legacy_crtc_set_gammaHaelwenn (lanodan) Monnier
2021-10-27render/egl.c: Fix memory leaks in egl_createHaelwenn (lanodan) Monnier
2021-10-27render/pixman/renderer.c: Fix memory-leak in create_bufferHaelwenn (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-26readme: refresh dependenciesSimon Ser
2021-10-26output: refuse to enable with zero modeSimon Ser
2021-10-25xdg-foreign-v2: use error enumSimon 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-22backend/multi: implement get_buffer_capsSimon Zeni
2021-10-22presentation-time: remove unused fieldSimon Ser
2021-10-22presentation-time: use a surface addonKirill Primak
2021-10-21Update loc count in readmebuffet
2021-10-19render/vulkan: check vulkan-headers dependencySimon Ser
2021-10-18scene: remove surface commit listener when node is destroyedSimon Ser
2021-10-18render/vulkan: Use image view swizzles instead of shader hackJoshua Ashton
2021-10-18Add error handling to backend creationAnthony Super
2021-10-18render/vulkan: add Vulkan renderernyorain