Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | output: rename needs_commit to needs_frame | Simon Ser | |
This new name makes more sense, since it is a request from the backend to get a new frame. In the future a commit may not convey a new frame. | |||
2019-04-23 | output-damage: refactor API | Simon Ser | |
wlr_output_damage_make_current has been renamed to wlr_output_damage_attach_render, since it's just a wrapper for wlr_output_attach_render. wlr_output_damage_swap_buffers has been removed completely. Instead, wlr_output_damage now listens to successful wlr_output commits and updates its internal state accordingly. | |||
2019-03-02 | rootston: split rendering code into render.c | emersion | |