Commit graph

3 commits

Author SHA1 Message Date
Julian Orth
598e9e9d51 linux-drm-syncobj-v1: allow explicit sync with any buffer type
For wl_shm clients, the buffer currently has to be ready at commit time.
Therefore such clients have to perform a blocking wait before
committing, partially or fully negating the advantages of threaded
rendering. See for example [1].

[1]: 451a0bd490/src/vulkan/wsi/wsi_common.c (L1735-1738)

Signed-off-by: Julian Orth <ju.orth@gmail.com>
2025-10-14 15:54:09 +02:00
Daniel Stone
3544c6dcc4 protocols: Add GitLab contact information
This is useful to know who to ping when you want to change something.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2024-10-09 09:07:11 +00:00
Simon Ser
ae9ed7ac14 linux-drm-syncobj-v1: new protocol
This is a new Linux explicit synchronization protocol based on DRM
synchronization objects [1].

[1]: https://dri.freedesktop.org/docs/drm/gpu/drm-mm.html#drm-sync-objects

Signed-off-by: Simon Ser <contact@emersion.fr>
2024-03-20 12:00:33 +01:00