Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-25 | Import Mesa 10.4.3 | Jonathan Gray | |
2014-07-09 | Import Mesa 10.2.3 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2011-10-23 | Import Mesa 7.10.3 | Matthieu Herrb | |
2015-01-03 | Fix buffer overflow in copying PS name | Matthieu Herrb | |
As reported on the fontconfig mailing list by Tanel Liiv. Found using American Fuzzy Lop. Upstream patch adapted to use strlcpy(). | |||
2014-12-28 | Update to xkeyboard-config 2.13. | Alexandr Shadchin | |
ok matthieu@ | |||
2014-09-28 | Match the behaviour of Mesa when built by autoconf and link | Jonathan Gray | |
libEGL against libgbm and libglapi. The libgbm requirement comes from the drm EGL backend that was enabled with the 10.2.3 update. ok matthieu@ kettenis@ | |||
2014-09-17 | Update to xkeyboard-config 2.12. | Alexandr Shadchin | |
plus fix for fr(oss) from Daniel Jakots <vigdis at chown dot me> ok matthieu@ | |||
2014-09-07 | Merge Mesa 10.2.7 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |
2014-07-14 | Add -lgbm to Libs as a temporary workaround, since EGL has unknown | Landry Breuil | |
symbols from libgbm, and that breaks www/webkit (and probably all the 23 ports linking against EGL, which now probably need WANTLIB fixes..) with/ok matthieu@ | |||
2011-10-23 | Import Mesa 7.10.3 | Matthieu Herrb | |
2014-07-09 | Merge Mesa 10.2.3 | Jonathan Gray | |
tested by matthieu@ kettenis@ mpi@ brett@ and myself across a diverse range of hardware | |||
2014-07-09 | Import Mesa 10.2.3 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2011-10-23 | Import Mesa 7.10.3 | Matthieu Herrb | |
2006-11-25 | Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib | Matthieu Herrb | |
and xserver)... | |||
2014-05-18 | Update to fontconfig 2.11.1. Tested by shadchin@ | Matthieu Herrb | |
2013-03-09 | Import fontconfig 2.10.91 in a separate directory | Matthieu Herrb | |
to make room for a BSD make build system. | |||
2014-05-05 | Update to xkeyboard-config 2.11. | Alexandr Shadchin | |
ok matthieu@ | |||
2014-04-20 | backport a Mesa patch for the recently updated ports llvm | Jonathan Gray | |
commit 749cb8909714fed57b0213f4ad92def3bb24f153 Author: Vinson Lee <vlee@freedesktop.org> Date: Sun Nov 3 20:27:13 2013 -0800 gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4. LLVM 3.4 r193971 removed llvm::DisablePrettyStackTrace and made the pretty stack trace opt-in rather than opt-out. The default value of DisablePrettyStackTrace has changed to true in LLVM 3.4 and newer. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=60929 Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Reviewed-by: Brian Paul <brianp@vmware.com> | |||
2014-04-14 | xcb-util 0.3.9 moves to lib | Matthieu Herrb | |
2014-04-14 | Update libxcb to version 1.10. Tested by naddy@ and shadchin@. | Matthieu Herrb | |
2014-01-19 | Merge Mesa 9.2.5 | Jonathan Gray | |
2014-01-19 | Import Mesa 9.2.5 | Jonathan Gray | |
2013-11-24 | Merge Mesa 9.2.3 | Jonathan Gray | |
ok mpi@ kettenis@ | |||
2013-11-24 | Import Mesa 9.2.3 | Jonathan Gray | |
2013-11-24 | Import Mesa 9.2.3 | Jonathan Gray | |
2013-11-24 | Import Mesa 9.2.3 | Jonathan Gray | |
2013-11-24 | Import Mesa 9.2.3 | Jonathan Gray | |
2013-11-24 | Import Mesa 9.2.3 | Jonathan Gray | |
2013-11-09 | Merge Mesa 9.2.2 | Jonathan Gray | |
2013-11-09 | Import Mesa 9.2.2 | Jonathan Gray | |
2013-10-26 | Update to xkeyboard-config 2.10.1. | Alexandr Shadchin | |
ok matthieu@ | |||
2013-10-05 | Merge Mesa 9.2.1 | Jonathan Gray | |
2013-10-05 | Import Mesa 9.2.1 | Jonathan Gray | |
2013-10-05 | Import Mesa 9.2.1 | Jonathan Gray | |
2013-09-05 | Merge Mesa 9.2.0 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2007-11-24 | Mesa 7.0.1 | Matthieu Herrb | |
2007-03-03 | import MesaLibs version 6.5.2 | Matthieu Herrb | |
2006-11-25 | Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib | Matthieu Herrb | |
and xserver)... | |||
2006-11-25 | Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib | Matthieu Herrb | |
and xserver)... | |||
2013-09-01 | use arc4random() as the preferred random number source in fontconfig | Christian Weisgerber | |
ok matthieu@ | |||
2013-08-14 | don'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-17 | byteswap.h and bswap_32 aren't portable, replace them with calls to | Jonathan Gray | |
gallium's util_bswap32 as suggested by kettenis. already merged upstream ok kettenis@ |