xserver/dri3
Enrico Weigelt, metux IT consult 5489ce72e3 (submit/recv-fds) os: read file descriptors into client struct at once
Instead of having the request handler ask for fd's one by one, just read them
all into a little array in ClientRec struct. And also automatically clean up
after request had been handled.

Request handlers need to set the entries to -1 if they shouldn't be closed
automatically.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-10-31 19:23:55 +01:00
..
dri3.c (!1714) dri3: use CloseScreen hook 2024-10-31 19:23:51 +01:00
dri3.h DRI3: add DRI3ImportSyncobj and DRI3FreeSyncobj 2024-04-09 06:11:03 +00:00
dri3_priv.h (!1714) dri3: use CloseScreen hook 2024-10-31 19:23:51 +01:00
dri3_request.c (submit/recv-fds) os: read file descriptors into client struct at once 2024-10-31 19:23:55 +01:00
dri3_screen.c treewide: replace xnfalloc() calls to XNFalloc() 2024-07-26 23:41:33 +00:00
meson.build meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00