add files for packaging
[platform/upstream/libXshmfence.git] / README
1 libxshmfence - Shared memory 'SyncFence' synchronization primitive
2
3 This library offers a CPU-based synchronization primitive compatible
4 with the X SyncFence objects that can be shared between processes
5 using file descriptor passing.
6
7 There are two underlying implementations:
8
9  1) On Linux, the library uses futexes
10
11  2) On other systems, the library uses posix mutexes and condition
12     variables.
13
14 All questions regarding this software should be directed at the
15 Xorg mailing list:
16
17         http://lists.freedesktop.org/mailman/listinfo/xorg
18
19 Please submit bug reports to the Xorg bugzilla:
20
21         https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
22
23 The master development code repository can be found at:
24
25         git://anongit.freedesktop.org/git/xorg/lib/libxshmfence
26
27         http://cgit.freedesktop.org/xorg/lib/libxshmfence
28
29 For patch submission instructions, see:
30
31         http://www.x.org/wiki/Development/Documentation/SubmittingPatches
32
33 For more information on the git code manager, see:
34
35         http://wiki.x.org/wiki/GitPage
36