summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-20Update to libSM 1.2.3Matthieu Herrb
2018-10-20Update to libX11 1.6.7Matthieu Herrb
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2018-10-04Update to libxcb 1.13.1, a small bug fix release.Matthieu Herrb
ok naddy@
2018-09-13Merge libdrm 2.4.94Jonathan Gray
2018-09-13Import libdrm 2.4.94Jonathan Gray
2018-09-11Update to libxcb 1.13. ok tb@Matthieu Herrb
2015-08-21Import libdrm 2.4.64Jonathan Gray
2018-08-27Build radeon drivers on arm64.Mark Kettenis
ok jsg@, matthieu@
2018-08-23Udate to libX11 1.6.6. bug fixes release - no API/ABI changes.Matthieu Herrb
2018-08-06libXpresent depends on libXrandr. Noticed by naddy@. ThanksMatthieu Herrb
2018-08-05Link libXpresent to the build.Matthieu Herrb
2018-08-05regenMatthieu Herrb
2018-08-05add BSD build infrastructureMatthieu Herrb
2018-08-05Import libXpresent version 1.0.0Matthieu Herrb
2018-07-19Typo. Reported by feinerer@. Thanks.Matthieu Herrb
2018-07-19Document the use of this Makefile with x11/py-xcbgen.Matthieu Herrb
(not part of standard xenocara builds)
2018-07-12Update to libXinerama 1.1.4Matthieu Herrb
2018-07-12Update to libXScrnSaver 1.2.3Matthieu Herrb
2018-07-11Use __MAP_NOFAULT such that a client cannot use ftruncate and make theMark Kettenis
X server crash. ok deraadt@, matthieu@
2018-07-08white spaceMatthieu Herrb
2018-06-28The futex-based implementation of libxshmfence requires atomic operationsMark Kettenis
that hppa, m88k and sh don't provide. Since DRI3 requires libxshmfence, this means we can't enable DRI3 on these platforms. ok matthieu@
2018-06-26Enable various bits of DRI3 support.Mark Kettenis
ok matthieu@
2018-06-09Make sure we create shared memory files in /tmp such that programs can useMark Kettenis
the "tmppath" pledge to allow creation of shared memory fences. ok matthieu@
2018-06-08Add OpenBSD support using process-global futexes.Mark Kettenis
ok matthieu@
2018-06-07add BSD build infrastructureMatthieu Herrb
2018-06-07Import libxshmfence 1.4Matthieu Herrb
2018-06-07Make sure HAVE_DRI3 is defined when DRI3 support is enabled.Mark Kettenis
Matches what is done for Linux. ok jsg@
2018-05-26Use -mxgot to build libepoxy on mips64 and mips64el.Matthieu Herrb
ok visa@ who reported that mips64 is affected too.
2018-05-26Remind people to bump dependent libs majors too.Matthieu Herrb
2018-05-26Bump majors after libfreetype major bumpMatthieu Herrb
2018-05-25Update to libepoxy 1.5.2. ok aja@Matthieu Herrb
2018-05-21Update to libdmx 1.1.4Matthieu Herrb
2018-05-21Update to libpciaccess 0.14Matthieu Herrb
2018-05-21Update to freetype-doc-2.9.1David Coppa
2018-05-21Backout local change, not needed anymoreDavid Coppa
Suggested by matthieu@
2018-05-21Update to FreeType 2.9.1David Coppa
OK matthieu@
2018-05-20Unlink fontcache and xf86misc libs and protos from the build.Matthieu Herrb
They are both unsupported on the server side for many years. ok tb@
2018-05-01Remove libXfont. unlinked from builds since one month.Matthieu Herrb
2018-04-02Unhook libXfont from the build. Obsoleted by libXfont2.Matthieu Herrb
Bulk ports build checked by naddy@. Thanks.
2018-03-12Explicitely initialize memory allocated when cur_count==0.Matthieu Herrb
Caused uninitilized memory reads and corruption with some fonts (ja-sazanami-ttf). Issue reported and diagnosticed by Bryan Linton bl at shoshoni dot info. Thanks.
2018-03-02use clock_gettime() path on PIPE_OS_BSD in os_time_get_nano()Jonathan Gray
committed upstream as 7bea40e56652a1ded4374d92fb340b454fbac475 clock_nanosleep() isn't available yet so the usleep() path stays for os_time_sleep()
2018-02-28Correct a pointless longstanding difference in ioctl numbering betweenJonathan Gray
linux and add back struct members. Avoids diffs in inteldrm, libdrm and Mesa >= 17.2. ok kettenis@
2018-02-21No need to override PTHREADSTUBS_CFLAGS/PTHREADSTUBS_LIBS anymoreJonathan Gray
as the configure scripts have been changed to avoid pthread-stubs.
2018-02-21Don't try to use pthread-stubs on OpenBSD.Jonathan Gray
A similiar change is already committed upstream.
2018-02-17Merge libdrm 2.4.89Jonathan Gray
2018-02-17Import libdrm 2.4.89Jonathan Gray