| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
The `-D_GNU_SOURCE` is needed for the memfd_create function prototype in
`sys/memfd.h`. Without this change the build fails with the following
error message:
xshmfence_alloc.c:73:7: error: implicit declaration of function 'memfd_create'
fd = memfd_create("xshmfence", MFD_CLOEXEC|MFD_ALLOW_SEALING);
^~~~~~~~~~~~
|
| |
|
|
|
|
|
|
|
| |
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.
$source urls are updated when they contain $url as substring.
|
| |
|
|
|
|
|
|
|
|
| |
This library uses a synchronization primitive in shared memory. The
pthreads types are not the same size between 32- and 64-bit, which means
that a 32-bit binary using mesa cannot be used with a 64-bit X server.
The futex backend does not have this problem.
|
| |
|
|
|
|
|
| |
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
|
| |
|
|
X11 shared memory fences
http://www.x.org/
Needed by mesa-10.1
|