Simon Ser
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
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...
>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....
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
* 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
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
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
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...
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...
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...