summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2014-01-07Update to libXfont 1.4.7. Include fix for CVE-2013-6462.Matthieu Herrb
unlimited sscanf overflows stack buffer in bdfReadCharacters
2014-01-03MFC: Use FT_*_H macros instead of including <freetype/*.h>Matthieu Herrb
freetype moved its headers around in 2.5.1.
2014-01-03Update to libpciacces 0.13.2.Matthieu Herrb
2013-12-30Remove the atexit() hack from OpenGL driversMatthieu Herrb
now that atexit() is behaving like on Linux. ok matthew@, millert@, dcoppa@, miod@
2013-12-26regen ChangeLog for pixman 0.32.4Matthieu Herrb
This file is empty in upstreams tarballs. sigh.
2013-12-01Update to pixman 0.32.4. Tested by naddy@ and ajacoutot@Matthieu Herrb
2013-11-24Mesa 9.2.3Jonathan Gray
2013-11-21update to libdrm 2.4.47Mark Kettenis
ok mpi@, jsg@
2013-11-09Mesa 9.2.2Jonathan Gray
2013-10-20Use arc4random()Matthieu Herrb
2013-10-20Reduce diff with upstreams.Matthieu Herrb
2013-10-10Update to freetype 2.5.0.1. Tested by many.Matthieu Herrb
2006-11-25Import freetype 2.2.1Matthieu Herrb
2013-10-05regen for Mesa 9.2.1Jonathan Gray
2013-09-28Update to libXv 1.0.10Matthieu Herrb
2013-09-28Update to libXrandr 1.4.2Matthieu Herrb
2013-09-28Update to libXpm 3.5.11Matthieu Herrb
2013-09-28Update to libXmu 1.1.2Matthieu Herrb
2013-09-28Update to libXaw 1.0.12Matthieu Herrb
2013-09-28Update to libX11 1.6.2. No API change.Matthieu Herrb
2013-09-14Update to libSM 1.2.2Matthieu Herrb
2013-09-07make an if statement work as intendedJonathan Gray
fixes build breakage on alpha reported by todd and naddy
2013-09-06the i810 driver has been removed from mesaJonathan Gray
2013-09-06Remove now unused makefiles for the non gallium r300/r600 drivers.Jonathan Gray
The code these files refer to has been removed.
2013-09-05custom is to do NOPROFILE= in X libs, continue this here tooTodd T. Fries
2013-09-05magic fix so obj dirs become obj links againTodd T. Fries
2013-09-05fix a merge errorJonathan Gray
2013-09-05build infrastructure changes for Mesa 9.2.0Jonathan Gray
ok matthieu@ mpi@
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
Currently only software drivers are supported, looks ok to matthieu.
2013-09-04add libtxc_dxtn 1.0.1 a DXTn/S3 texture compression libraryJonathan Gray
ok matthieu@
2013-09-01use arc4random() as the preferred random number source in fontconfigChristian Weisgerber
ok matthieu@
2013-09-01Update to GLU 9.0.0, GLU was previously part of Mesa but is now seperate.Jonathan Gray
tested in a ports bulk build by landry@, ok matthieu@
2013-08-29regenMatthieu Herrb
2013-08-29Use arc4random_buf()Matthieu Herrb
2013-08-26Update to libX11 1.6.1.Matthieu Herrb
2013-08-25Update to pixman 0.30.2. No functional change.Matthieu Herrb
2013-08-22Remove COMPILER_VERSION tests used to special-case gcc 2, since it is noMiod Vallat
longer used.
2013-08-18A local change that can go now that vax is gcc 3 and ELFMatthieu Herrb
2013-08-18Reduce diff with upstreams. (white space)Matthieu Herrb
2013-08-18Update to libXfont 1.4.6.Matthieu Herrb
2013-08-18Fix merge issue.Matthieu Herrb
2013-08-18Fix a number of merge issues accumulated over the yearsMatthieu Herrb
- INSTALL often got doubled by patch - empty AUTHORS files didn't get removed.
2013-08-13Repair guenther's damage that I didn't ok.Matthieu Herrb
2013-08-13Improve VGA arbiter support now that the kernel gives us information aboutMark Kettenis
the resources required by a particular device. ok matthieu@, jsg@
2013-08-13Bump the major to match the 64bit time_t changePhilip Guenther
2013-08-13Bump the major to match the 64bit time_t changePhilip Guenther
2013-08-13Bump the major to match the 64bit time_t changePhilip Guenther
2013-08-13Bump major on libX11-xcb to match the 64bit time_t changePhilip Guenther
2013-08-13The major on libXaw7 has been bumped, so match that herePhilip Guenther
2013-08-13Bump the major on every single base library. There are a couplePhilip Guenther
not bumped by this that will be corrected soon. heavy lifting by todd@