summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2008-08-21Update to Freetype 2.3.7. This is a bug fix release. No API change.Matthieu Herrb
2008-07-16Bump MESA_TINY (2 -> 3) after the last update of Mesa to 7.0.3Brad Smith
so that the pkgconfig files have the correct version. ok okan@
2008-06-22Update to freetype 2.3.6.Matthieu Herrb
Contains security fixes for CVE-2008-1806, CVE-2008-1807 and CVE-2008-1808. Tested by many.
2008-06-21Fix build on systems with getpwuid_r().Matthieu Herrb
2008-06-15Bump OpenBSD's libpciacces revision to be at least the versionMatthieu Herrb
generated by the unpatched one. (libpciaccess is not currently linked to xenocara builds)
2008-06-15update to libpciaccess 0.10.3.Matthieu Herrb
2008-06-13XF86VidModeGetMonitor: don't return static strings to the caller whenMatthieu Herrb
the man page says it's dynamically allocated memory. Just leave the NULL there (after discusion with Adam Jackson from X.Org). also remove the RCS keyworks while there to ease future merge.
2008-06-12change /dev/dri/card0 to /dev/drm0. Subdirs in /dev consideredOwain Ainsworth
irritating.
2008-06-12Enable privsep support. Finally!Owain Ainsworth
ok matthieu@.
2008-06-11Update to libX11 1.1.4. I've carefully checked that there's no API/ABIMatthieu Herrb
change in this version. Only small bug fixes, manual page fixes and some more data in the i18n tables.
2008-06-10- actually zero the memory returned by realloc().Matthieu Herrb
- set the return value for the pthread_once() stub.
2008-06-10Include stdlib.h so we have the prototype for realloc. This means that we don'tOwain Ainsworth
assume realloc returns an int. This causes problems... This took me hours to find. Ok matthieu@.
2008-05-31Update to Mesa 7.0.3. tested my oga@ and johan@Matthieu Herrb
2008-05-24Update to libxtrans 1.2Matthieu Herrb
2008-05-24Update to libxkbfile 1.0.5Matthieu Herrb
2008-05-24Merge libpciaccess 0.10.2, including kettenis@ OpenBSD port.Matthieu Herrb
2008-05-24update to libXv 1.0.4Matthieu Herrb
2008-05-24update to libXinerama 1.0.3Matthieu Herrb
2008-05-24merge libXfont 1.3.2. bump major since some symbols were removed.Matthieu Herrb
2008-05-24Update to libXext 1.0.4Matthieu Herrb
2008-05-24update to libXScrnSaver 1.1.3Matthieu Herrb
2008-05-24update to libFS 1.0.1Matthieu Herrb
2008-04-19dri libs depend on libmesa_pic.aMatthieu Herrb
2008-04-17pthread_key_create(3) explicitely says that the value associatedMatthieu Herrb
with a new key is NULL. So set the allocated memory to zero.
2008-04-10Add back a real ChangeLog. automake requires it.Matthieu Herrb
2008-04-08remove empty fileMatthieu Herrb
2008-04-08Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.Matthieu Herrb
2008-04-08Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.Matthieu Herrb
2008-04-02Unconditionnaly build libdrm on i386 since the via driver needs someMatthieu Herrb
bits of it. Noticed by naddy@.
2008-03-30- get rid of recalloc() that got introduced here.Matthieu Herrb
- while there fix the computation of the new allocated size. Issue reported by naddy@, ok naddy@.
2008-03-25Introduce bsd.xconf.mk to set default config variables usedMatthieu Herrb
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@.
2008-03-23Fix libmesa build on amd64 with XENOCARA_BUILD_DRI enabled.Owain Ainsworth
Initial fix from phessler, help from matthieu. Thanks to both!
2008-03-21Install libdrm before libGL. That way if we're building X on a clean systemOwain Ainsworth
with dri, libGL doesn't fail due to drm.h being missing. ok matthieu@. Patch from Peter Hessler, thanks!
2008-03-18Fix segfaults if you use XDM-AUTHORIZATION-1 authorization keys forChristian Weisgerber
remote X11 clients over IPv6. ok matthieu@
2008-03-15Regen with autoconf 2.59-p2, with AM_SANITY check zapped.Matthieu Herrb
2008-02-20dri drivers need too be linked against libX11 for AIGLX (for threads stubs).Matthieu Herrb
Problem found by oga@. Thanks.
2008-02-20Include /usr/local/lib/X11/icons in the default cursor search path.Matthieu Herrb
2008-02-14Disable loadable cursor on m88k systems (no shared libraries).Miod Vallat
2008-02-12- remove stuff that we don't want from drmOpenDevice()Matthieu Herrb
- prepare for privilege separation support. ok oga@.
2008-02-12Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@Matthieu Herrb
and oga@ (with dri enabled).
2008-02-09regenMatthieu Herrb
2008-02-09Stop linking libXaw7.so.<n-1> to libXaw.so.7.<n-1>Matthieu Herrb
Bump majors (needed but forgotten after previous libX11 bump). After discussion with kettenis@
2008-02-07Fix the linkage and CFLAGS of the dri libs. they don't segfault immediatelyOwain Ainsworth
on startup now. still a little sketchy though.
2008-02-02Don't change the libGL linkage when not using dri.Matthieu Herrb
2008-02-02remove extra white spaceMatthieu Herrb
2008-02-02stuff for building libGL with dri support. Also includes clean-upMatthieu Herrb
of the regular libGL build. bump major because some symbols were removed. ok oga@
2008-01-30remove useless rules for .cpp files.Matthieu Herrb
2008-01-17Fix from X.Org for CVE-2008-0006 - PCF Font parser buffer overflow.Matthieu Herrb
2008-01-06Better support for recursive make.Matthieu Herrb
2007-12-14Fix build with gcc 2.95.Matthieu Herrb