Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-14 | compositor: pass version in wlr_compositor_create | Simon Ser | |
This allows wlroots to support newer versions of the interface without breaking the API. | |||
2023-04-04 | output-layer: add support for scaling buffers | Simon Ser | |
This allows callers to set a destination size different from the buffer size to scale them. The DRM backend supports this. The Wayland backend doesn't yet (we'd need to wire up viewporter). | |||
2023-02-20 | examples/output-layers: relay feedback events | Simon Ser | |
2023-02-20 | examples/output-layers: new example | Simon Ser | |