Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-11 | wlr_drm_format_set: Store formats on array | Alexander Orzechowski | |
2023-04-20 | output-layer: add cropping support | Simon Ser | |
Add a src_box state field. Use the SRC_* KMS props in the DRM backend, reject the layers in the Wayland backend (for now, we can support it later via viewporter). | |||
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-21 | backend/drm: drop wlr_drm_layer.pending_{width,height} | Simon Ser | |
No need to store this info in struct wlr_drm_layer. We can just extract the size when we need it. | |||
2023-02-21 | backend/drm: drop unnecessary pixman_region32_t casts | Simon Ser | |
The Pixman API now accepts const parameters. | |||
2023-02-20 | backend/drm: send output layer feedback events | Simon Ser | |
2023-02-20 | backend/drm: add support for output layers | Simon Ser | |
2023-02-20 | backend/drm: add libliftoff composition layer | Simon Ser | |
This will be useful for implementing the output layers API. | |||
2023-02-20 | backend/drm: add libliftoff interface | Simon Ser | |