wlroots
wlroots copied to clipboard
A modular Wayland compositor library
When running the rootston compositor under another Wayland compositor (GNOME shell), the window does not use the native DPI but rather the DPI ratio is half that of the display....
Separate from #193, this issue will track status of using overlay planes. --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/859
I was afraid of GL scissors performance but couldn't find any information about it. I've finally had the time to do some benchmarks. I've first tried to render 25 5x5px...
I've just been looking over some of the patches for Weston, and I've seen some recent work they've been doing on what they call their "Head-based output configuration". As far...
We have lots of those. For instance, we have: * `wlr_dmabuf_resource_is_buffer` which checks if a resource is a buffer * `wlr_dmabuf_buffer_from_buffer_resource` which asserts that the resource is a buffer and...
Another one of these new shiny graphics-related features I eventually want to get around to. Basically, the purpose is to stop slow clients from stalling the graphics pipeline by controlling...
Rationale: it shouldn't be possible to destroy a wlr_* struct without destroying its resource. Right now, we generally have a `wlr_thing_destroy` that destroys the `wlr_thing` without destroying the resource. Then,...
https://standards.freedesktop.org/wm-spec/wm-spec-latest.html#idm140200472580736 That would allow X11 bars to work. --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/922
We currently have a hardcoded list of paths: ``` #define XCURSORPATH "~/.icons:/usr/share/icons:/usr/share/pixmaps:~/.cursors:/usr/share/cursors/xorg-x11:"ICONDIR ``` From the [spec](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html): > If $XDG_DATA_HOME is either not set or empty, a default equal to $HOME/.local/share...
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