wlroots/include
Simon Ser e8df7c367a linux-dmabuf-v1: split params and buffer
Previously, the same struct was used for linux-dmabuf-v1 params
and buffer. This made the whole logic a little bit awkward, because
a wlr_dmabuf_v1_buffer could either be still being constructed, or
be a complete buffer.

Introduce a separate wlr_linux_buffer_params_v1 struct for buffer
params still being constructed. Once the params are complete (ie.
once the create request is sent), the params struct is destroyed
and the buffer struct is created.

This will help with [1] as well.

[1]: https://github.com/swaywm/wlroots/issues/2664
2021-04-19 18:09:13 +02:00
..
backend backend/wayland: add support for wl_shm buffers 2021-04-17 09:54:39 +02:00
render render: introduce pixman renderer 2021-04-17 09:54:39 +02:00
types buffer: introduce wlr_buffer_get_data_ptr 2021-04-17 09:54:39 +02:00
util util/uuid: replace with util/token, remove libuuid 2021-04-11 19:09:36 +02:00
wlr linux-dmabuf-v1: split params and buffer 2021-04-19 18:09:13 +02:00
xcursor xcursor: make cursor data and metadata const 2021-02-05 10:04:20 +01:00
xwayland Remove WLR_HAS_XCB_ERRORS 2021-04-09 21:54:38 +02:00
meson.build render: make GLES2 renderer optional 2021-04-17 16:39:40 +02:00