Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-22 | render/wlr_texture: put wlr_texture_from_buffer into the public API | Simon Zeni | |
2021-05-17 | render: introduce wlr_texture_from_buffer | Simon Ser | |
This adds a a function to create a wlr_texture from a wlr_buffer. The main motivation for this is to allow the renderer to create a single wlr_texture per wlr_buffer. This can avoid needless imports by re-using existing textures. |