Simon Ser

Results 570 issues of Simon Ser

The serial must be checked when mapped, not when created. --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/985

xdg-shell

Some GPU drivers support rotating the screen right after scanout, instead of doing software rotation like we do right now. The Wayland backend would also support this. --- wlroots has...

enhancement
backend

>DRM has support for setting color transformation matrix. This is useful for tuning additional display settings like brightness, saturation and hue. Weston patch: https://patchwork.freedesktop.org/series/45255/ --- wlroots has migrated to gitlab.freedesktop.org....

enhancement
backend/drm

Just like pointer and keyboard See https://github.com/swaywm/wlroots/pull/960 --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1140

proposal
input/tablet

* Use `wlr_xwayland_surface.has_alpha` * Add support for `_NET_WM_OPAQUE_REGION` --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1146

enhancement
xwayland

See https://github.com/swaywm/wlroots/pull/1053 --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1169

xdg-shell

This can be used instead of `EGL_EXT_buffer_age` for better performance. Spec: https://www.khronos.org/registry/EGL/extensions/KHR/EGL_KHR_partial_update.txt Full explanation here: https://gitlab.freedesktop.org/wayland/weston/issues/134 --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1197

enhancement
renderer

See https://gitlab.freedesktop.org/wayland/weston/issues/145 TL;DR this would allow us to add proper support for export-dmabuf even if multiple planes are used, and without the additional complexity of sending multiple DMA-BUFs to the...

enhancement
backend/drm

Right now, they show up as disabled without a mode (and with a zero size). However I'm not sure this is the right thing to do. Some backends don't support...

backend/drm

They are restored the next time the cursor is set instead. This would require to keep the cursor's texture around. See #1245 --- wlroots has migrated to gitlab.freedesktop.org. This issue...

bug