The Wayback Machine - https://web.archive.org/web/20210908115333/https://github.com/emersion
Skip to content
Avatar

Organizations

@lighp @flying-mole @swaywm
Block or Report

Block or report emersion

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A modular Wayland compositor library

    C 1.9k 345

  2. 📥 An IMAP library for clients and servers

    Go 1.3k 185

  3. A minimal POSIX shell

    C 411 32

  4. i3-compatible Wayland compositor

    C 9.3k 794

  5. A lightweight Wayland notification daemon

    C 1.1k 95

  6. A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge

    Go 717 68

Contribution activity

September 2021

Created a pull request in swaywm/wlroots that received 4 comments

render/allocator: re-open GBM FD

Using the same DRM file description for the DRM backend and for the GBM allocator will result in GEM handle ref'counting issues 1. Re-open the DRM …

+42 −32 4 comments

Created an issue in swaywm/wlroots that received 1 comment

backend/drm: get rid of BO handle table

#3131 has introduced a table to ref'count buffer handles. However we don't really need a buffer handle table if all we're going to do is to turn th…

1 comment