Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |