Skip to content

single-pixel-buffer-v1: new protocol implementation

Simon Ser requested to merge emersion/wlroots:solid-buffer-v1 into master

This implements the single-pixel-buffer-v1 protocol 1, to allow clients to create buffers with a single color.

In the future, it would be nice to optimize this case by not creating a 1x1 texture in renderers. Needs a few adjustments to the wlroots APIs to make this possible.

Sway patch: https://github.com/swaywm/sway/pull/7053

Edited by Simon Ser

Merge request reports