Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | render/dmabuf: make src arg const in wlr_dmabuf_attributes_copy | Simon Ser | |
2020-10-31 | render/dmabuf: use bitmask for wlr_dmabuf_attributes_flags | Tudor Brindus | |
2019-06-07 | render/dmabuf: add wlr_dmabuf_attributes_copy | Simon Ser | |
2019-01-29 | Require libdrm >= 2.4.95 | emersion | |
2018-10-12 | Support older wlr_linux_dmabuf_v1 clients | nyorain | |
If a client uses an older version of the dmabuf protocol, use the `formats` event instead of `modifiers` (since that didn't exist in older versions). With a bit of necessary guessing, support dmabuf importing even when EGL_EXT_image_dma_buf_import_modifiers isn't present instead of failing up front. | |||
2018-07-29 | Initial pass on API stability guarantees | Drew DeVault | |
This introduces -DWLR_USE_UNSTABLE and adds information regarding the stability status to all headers. I started with a conservative set of headers to mark as stable: - types/wlr_matrix.h - util/edges.h - util/log.h - util/region.h - xcursor.h | |||
2018-05-31 | Merge branch 'master' into screencontent | emersion | |
2018-05-30 | Only allow one modifier per DMA-BUF, split attributes struct in render/ | emersion | |