1libxshmfence - Shared memory 'SyncFence' synchronization primitive
2------------------------------------------------------------------
3
4This library offers a CPU-based synchronization primitive compatible
5with the X SyncFence objects that can be shared between processes
6using file descriptor passing.
7
8There are two underlying implementations:
9
10 1) On Linux, the library uses futexes
11
12 2) On other systems, the library uses posix mutexes and condition
13    variables.
14
15All questions regarding this software should be directed at the
16Xorg mailing list:
17
18  https://lists.x.org/mailman/listinfo/xorg
19
20The primary development code repository can be found at:
21
22  https://gitlab.freedesktop.org/xorg/lib/libxshmfence
23
24Please submit bug reports and requests to merge patches there.
25
26For patch submission instructions, see:
27
28  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
29
30