Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libxshmfence: modernise, fix deps, add test suite | A. Wilcox | 2017-09-19 | 1 | -20/+13 |
| | |||||
* | main/libxshmfence: use futex instead of pthreads | Bobby Bingham | 2017-08-28 | 1 | -2/+3 |
| | | | | | | | | 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. | ||||
* | main/[various]: replace xorg.freedesktop.org with www.x.org in source | Natanael Copa | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/libxshmfence: upgrade to 1.2 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/xshmfence: new aport | Natanael Copa | 2014-04-21 | 1 | -0/+47 |
X11 shared memory fences http://www.x.org/ Needed by mesa-10.1 |