summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)Author
2013-11-24Merge Mesa 9.2.3Jonathan Gray
ok mpi@ kettenis@
2013-11-24Import Mesa 9.2.3Jonathan Gray
2013-11-24Import Mesa 9.2.3Jonathan Gray
2013-11-24Import Mesa 9.2.3Jonathan Gray
2013-11-24Import Mesa 9.2.3Jonathan Gray
2013-11-24Import Mesa 9.2.3Jonathan Gray
2013-11-09Merge Mesa 9.2.2Jonathan Gray
2013-11-09Import Mesa 9.2.2Jonathan Gray
2013-10-26Update to xkeyboard-config 2.10.1.Alexandr Shadchin
ok matthieu@
2013-10-05Merge Mesa 9.2.1Jonathan Gray
2013-10-05Import Mesa 9.2.1Jonathan Gray
2013-10-05Import Mesa 9.2.1Jonathan Gray
2013-09-05Merge Mesa 9.2.0Jonathan Gray
2013-09-05Import Mesa 9.2.0Jonathan Gray
2007-11-24Mesa 7.0.1Matthieu Herrb
2007-03-03import MesaLibs version 6.5.2Matthieu Herrb
2006-11-25Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib Matthieu Herrb
and xserver)...
2006-11-25Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib Matthieu Herrb
and xserver)...
2013-09-01use arc4random() as the preferred random number source in fontconfigChristian Weisgerber
ok matthieu@
2013-08-14don't depend on a list of archs to determine endianess,Jonathan Gray
unbreaks gallium build on sparc64. found the hard way by florian@ ok kettenis@
2013-06-17byteswap.h and bswap_32 aren't portable, replace them with calls toJonathan Gray
gallium's util_bswap32 as suggested by kettenis. already merged upstream ok kettenis@
2013-06-15Sun LKey section defines two xkb groups that lead to problems if there was onlyAlexandr Shadchin
one layout is configured. Toggle this section to one group. pointed out, tested and ok landry@, ok matthieu@
2013-06-10Fixes from upstreams for vulnerabilities reported by Ilja Van SprundelMatthieu Herrb
Integer overflow in XF86DRIOpenConnection() and XF86DRIGetClientDriverName() [CVE-2013-1993] Reminded by jsg@. Thanks
2013-06-09correct RADEON_GEM_WAIT_IDLE use.Jonathan Gray
RADEON_GEM_WAIT_IDLE is declared DRM_IOW but mesa uses it with drmCommandWriteRead instead of drmCommandWrite which leads to the ioctl being unmatched and returning an error on at least OpenBSD. Problem originally found and fixed in libdrm by kettenis@ Dave Airlie pointed out that mesa has the same issue. This change has already been merged in upstream mesa. ok matthieu@ kettenis@
2013-05-31Update to libxcb 1.9.1.Matthieu Herrb
2013-05-23Merge upstream fixes for several X libs vulnerabilitiesMatthieu Herrb
discovered by Ilja van Sprundel. CVE-2013-1981 X.org libX11 1.5.99.901 (1.6 RC1) integer overflows CVE-2013-1982 X.org libXext 1.3.1 integer overflows CVE-2013-1983 X.org libXfixes 5.0 integer overflows CVE-2013-1984 X.org libXi 1.7.1 integer overflows CVE-2013-1985 X.org libXinerama 1.1.2 integer overflows CVE-2013-1986 X.org libXrandr 1.4.0 integer overflows CVE-2013-1987 X.org libXrender 0.9.7 integer overflows CVE-2013-1988 X.org libXRes 1.0.6 integer overflows CVE-2013-1989 X.org libXv 1.0.7 integer overflows CVE-2013-1990 X.org libXvMC 1.0.7 integer overflows CVE-2013-1991 X.org libXxf86dga 1.1.3 integer overflows CVE-2013-1992 X.org libdmx 1.1.2 integer overflows CVE-2013-1994 X.org libchromeXvMC & libchromeXvMCPro in openChrome 0.3.2 integer overflows CVE-2013-1995 X.org libXi 1.7.1 sign extension issues CVE-2013-1996 X.org libFS 1.0.4 sign extension issues CVE-2013-1997 X.org libX11 1.5.99.901 (1.6 RC1) buffer overflows CVE-2013-1998 X.org libXi 1.7.1 buffer overflows CVE-2013-1999 X.org libXvMC 1.0.7 buffer overflows CVE-2013-2000 X.org libXxf86dga 1.1.3 buffer overflows CVE-2013-2001 X.org libXxf86vm 1.1.2 buffer overflows CVE-2013-2002 X.org libXt 1.1.3 buffer overflows CVE-2013-2003 X.org libXcursor 1.1.13 integer overflows CVE-2013-2004 X.org libX11 1.5.99.901 (1.6 RC1) unbounded recursion CVE-2013-2005 X.org libXt 1.1.3 memory corruption CVE-2013-2066 X.org libXv 1.0.7 buffer overflows
2013-03-17Merge from fontconfig git repository:Matthieu Herrb
Fix fc-cache crash caused by looking up NULL object incorrectly We were returning a skiplist node when looking up NULL!
2013-03-09MFC: Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.confMatthieu Herrb
Move the target of recipes to the "pattern" from the "font". This is to ensure the targeted objects is updated by them prior to FcDefaultSubstitute() so that it can adds the default values properly.
2013-03-09Add missing fcntl(..., F_DUPFD_CLOEXEC) argument.Matthieu Herrb
2013-03-09New config file providing replacement for Lucida fonts.Matthieu Herrb
Replace ugly bitmapped fonts by Luxi or DejaVu TrueType fonts, Provide aliases for commonly found Lucida family fonts (Lucida, Lucida Grande, Lucida Sans Unicode). Prodded by a submission by Tobias Ulmer. Ok mpi@.
2013-03-09Add a substitution from fonts that map to ugly bitmapped onesMatthieu Herrb
Maps to DejaVu fonts. Most of the work done by martynas@ and deraadt@, with inputs and tests from naddy@, todd@ and lots of others.
2013-03-09fc-cache] Add '-c' option fc-cache to chroot on startupMatthieu Herrb
before (re)building the font cache. Useful for builds with $DESTDIR set, to prepare a binary distribution.
2013-03-09Import fontconfig 2.10.91 in a separate directory Matthieu Herrb
to make room for a BSD make build system.
2012-11-22Update to libxcb 1.9.0.Matthieu Herrb
tested by ajacoutot@ and naddy@ on a full ports build
2012-11-11Try to load the gallium3d "swrastg" driver if available before falling backMartin Pieuchot
to the default mesa "swrast" one for software rendering. ok matthieu@
2012-10-06Update to xkeyboard-config 2.7Alexandr Shadchin
ok matthieu@, mpi@
2012-09-16Merge some definitions from dri 2.3 needed by xserver 1.13.Matthieu Herrb
ok mpi@
2012-08-29Correctly define CPU_TO_LE32, required to build dri drivers onMartin Pieuchot
big-endian archs. ok kettenis@
2012-08-17Re-add generated files and unbreak the build. I shouldn't have deletedMartin Pieuchot
those during the update. Spotted by matthieu@
2012-08-17Re-add generated files and unbreak the build. I shouldn't have deletedMartin Pieuchot
those during the update. Spotted by matthieu@
2012-08-17Don't try to include an empty headerMartin Pieuchot
2012-08-17Add a missing file from previous updateMartin Pieuchot
2012-08-17Upate to libGL 7.11.2Martin Pieuchot
Tested by jsg@, matthieu@ and ajacoutot@, ok mattieu@
2012-07-13Lets gallium a chance to build with our llvm portMartin Pieuchot
2012-07-07Unbreak GLX1.3 ctors with software dri, this makes clutter/cogl works withMartin Pieuchot
software accleration. Upstream commit d44f821213d7ed67fed18d6ea6c34b61a665c89e by Adam Jackson ok ajacoutot@, jasper@, robert@
2012-07-07Don't enable INTEL_swap_event unconditionally and wait forever for anMartin Pieuchot
event that's not coming. This unbreak clutter/cogl and probably other toolkits. Upstream commit 25620eb1d277c6b80edb136eaeca12532fcfd3ce by Adam Jackson ok ajacoutot@, jasper@, robert@
2012-06-10Update to 2.6Alexandr Shadchin
ok jasper@, krw@, matthieu@
2012-04-30Fix a prototype in order to be able to use this header withPascal Stumpf
-Werror=strict-prototypes enabled. ok matthieu@
2012-03-27Update to libxcb 1.8.1. Tested by krw@, mpi@, shadchin@Matthieu Herrb
2012-01-24Update to xkeyboard-config 2.5.Alexandr Shadchin
ok matthieu@