Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-19 | scene_graph: Simplify computation for offset of new surfaces. | Alexander Orzechowski | |
This became possible after the usage of wlr_surface_send_frame_done. | |||
2022-01-19 | scene_graph: remove unused outputs list | Alexander Orzechowski | |
2022-01-19 | scene_graph: use wlr_scene_output_send_frame_done | Alexander Orzechowski | |
2022-01-13 | surface: deprecate wlr_surface.h | Kirill Primak | |
2021-11-18 | examples: init wlr_output with allocator and renderer | Simon Zeni | |
2021-09-08 | examples/scene-graph: use wlr_scene_output | Simon Ser | |
This allows us to get damage tracking for freeā¢. | |||
2021-09-02 | examples/scene-graph: demonstrate scene_rect node type | Devin J. Pohly | |
Add RECT nodes to the scene-graph demo to illustrate how they are used. Here, we add a solid rectangle behind each surface as a quick-and-dirty border, handling surface.commit in order to size it appropriately. | |||
2021-08-26 | examples/scene-graph: new example | Simon Ser | |