You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
For each output, select a suitable format and create a swapchain for the primary buffers and the cursor buffers
On modeset, allocate a blank buffer if none is provided
Fallback to modifier-less buffers on modeset failure
All of this previously lived in the backends, and was recently lifted up to wlr_output. Extracting it in a helper would allow to simplify wlr_backend/wlr_output and make it un-opinionated (stop making decisions like picking the buffer format).
There could be a transition period during which wlr_output_attach_render uses this new helper behind-the-scenes to reduce breakage.
wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:
This helper would be responsible for:
All of this previously lived in the backends, and was recently lifted up to
wlr_output
. Extracting it in a helper would allow to simplifywlr_backend
/wlr_output
and make it un-opinionated (stop making decisions like picking the buffer format).There could be a transition period during which
wlr_output_attach_render
uses this new helper behind-the-scenes to reduce breakage.wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:
https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3079
The text was updated successfully, but these errors were encountered: