Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-03 | Avoid using memcpy() to copy structs | Simon Ser | |
We can just use a regular assignment instead. This is more type-safe since there is no need to provide the struct size. The remaining memcpy() calls perform array copies or copies from void pointers (which may be unaligned). | |||
2022-11-28 | render/dmabuf: add dmabuf_import_sync_file | Simon Ser | |
References: https://lore.kernel.org/dri-devel/20220506180216.2095060-1-jason@jlekstrand.net/ | |||
2022-06-06 | dmabuf: Don't leak file descriptors on error path | Alexander Orzechowski | |
2021-02-02 | render/dmabuf: make src arg const in wlr_dmabuf_attributes_copy | Simon Ser | |
2021-02-02 | render/dmabuf: cleanup on wlr_dmabuf_attributes_copy error | Simon Ser | |
2019-06-07 | render/dmabuf: add wlr_dmabuf_attributes_copy | Simon Ser | |
2018-05-31 | Merge branch 'master' into screencontent | emersion | |