Highlights
Pinned
2,407 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 92 commits in 15 repositories
Created 2 repositories
Created a pull request in ircv3/ircv3-specifications that received 15 comments
Opened 49 other pull requests in 8 repositories
swaywm/wlroots
27
merged
6
open
- render/egl: set EGL_IMAGE_PRESERVED_KHR
- render: drop wlr_renderer_impl.init_wl_display
- buffer: use buffer resource interface for built-in impls
- backend/drm: add support for FB_DAMAGE_CLIPS
- backend: make DRM and libinput backends optional
- buffer: re-use wlr_shm_client_buffer
- backend/drm: stop restoring CRTCs on exit
- backend/drm: fix NULL data in handle_drm_event
- backend/wayland: properly cleanup wlr_wl_pointer
- Drop legacy output APIs
- render/gles2: gamma-correct blending
- render/{egl,gles2}: rename wlr_egl.exts to better match Khronos
- render/gles2: disable blending opportunistically
- buffer: drop resource arg from wlr_client_buffer_create
- buffer: drop wlr_client_buffer.resource
- render/egl: add support for EGL_EXT_device_drm_render_node
- backend/drm: move legacy-specific checks to legacy.c
- Fix invalid uses of wl_array_for_each
- backend/drm: force linear layout for multi-GPU buffers
- backend/drm: stop using drm_surface_make_current in drm_surface_blit
- output-damage: fix output swapchain handling
- output: detach buffer from renderer before commit
- surface: don't destroy surface while compositor has locks
- region: drop leftover reference to the mailing list
- backend/drm: don't clear pending cursor FB on failed commit
- Some pull requests not shown.
swaywm/sway
6
open
Plagman/gamescope
2
open
gdamore/tcell
1
open
1
closed
ascent12/drm_info
1
open
1
merged
emersion/mako
2
merged
xkbcommon/libxkbcommon
1
merged
afrantzis/pixel-format-guide
1
merged
Reviewed 43 pull requests in 14 repositories
swaywm/wlroots 12 pull requests
- Implement linux-dmabuf-unstable-v1 version 4
- Custom wlr_buffer from wl_resource
- Introduce wlr_drm_lease_v1
- Add wlr_egl_from_context
- input/pointer: send axis source once per frame
- Hold gestures
- render/egl: initialize wlr_egl with EGL_PLATFORM_DEVICE_EXT
- Remove wlr_resource_get_buffer_size
- render/pixman: fix texture_is_opaque()
- Stabilize wlr_box API
- Add a stub wl_drm implementation
- region: stabilize interface
swaywm/sway 10 pull requests
- Fix crash when starting without HOME
-
Add
gaps <type> <scope> toggle <px>command - Avoid no-op output reconfiguring
- commands/exec: stop truncating >4095-byte commands
- swaybar/swaynag: Add meson options to enable/disable
- Fix wl_pointer.frame not sent on touch emulation
- grimshot: Exit 1 on cancellation
- common/ipc-client: stop using --get-socketpath
- grimshot: Handle slurp cancellations
- container: ignore borders in fullscreen windows
emersion/xdg-desktop-portal-wlr 4 pull requests
swaywm/swaylock 3 pull requests
emersion/kanshi 2 pull requests
emersion/mako 2 pull requests
emersion/go-smtp 2 pull requests
mpv-player/mpv 2 pull requests
flatpak/xdg-desktop-portal 1 pull request
Plagman/gamescope 1 pull request
emersion/grim 1 pull request
gdamore/tcell 1 pull request
swaywm/swaybg 1 pull request
ircdocs/modern-irc 1 pull request
Created an issue in swaywm/wlroots that received 3 comments
buffer: get rid of wlr_resource_get_buffer_size
The only reason why we have wlr_resource_get_buffer_size is that we historically didn't always have a wlr_buffer for all types of wl_buffer objects…
3
comments
