summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)Author
2017-02-19Restore local change to handle Ctrl+Alt+Backspace to kill X by default.Matthieu Herrb
2017-02-08Update to xkeyboard-config 2.20Daniel Jakots
ok matthieu@
2016-10-09Update to xkeyboard-config 2.19Alexandr Shadchin
ok matthieu@
2016-09-02Update to xcb-proto/libxcb 1.12. "Just commit it" naddy@Matthieu Herrb
2016-08-09Update to fontconfig 2.12.1.Matthieu Herrb
Tested by krw@, dcoppa@, ok dcoppa@.
2016-06-28Update to xkeyboard-config 2.18Alexandr Shadchin
ok matthieu@, test danj@
2016-02-06Update to xkeyboard-config 2.17Alexandr Shadchin
ok matthieu@
2016-02-02Make sure the socket send buffer is at least 64KB. This reduces the number ofMark Kettenis
writev(2) system calls made for largish requests. A similar change was made to the libxtrans code a while ago. This should speed up applications that send images to the X server, like Firefox. The seedupmight not be noticable though. But it reduces the noice in ktrace logs. ok matthieu@
2015-12-23remove the now unused Mesa 10.2.9 codeJonathan Gray
2015-01-25Import Mesa 10.4.3Jonathan Gray
2014-09-07Import Mesa 10.2.7Jonathan Gray
2014-07-09Import Mesa 10.2.3Jonathan Gray
2014-01-19Import Mesa 9.2.5Jonathan Gray
2013-11-24Import Mesa 9.2.3Jonathan Gray
2013-11-09Import Mesa 9.2.2Jonathan Gray
2013-10-05Import Mesa 9.2.1Jonathan Gray
2013-09-05Import Mesa 9.2.0Jonathan Gray
2011-10-23Import Mesa 7.10.3Matthieu Herrb
2007-11-24Mesa 7.0.1Matthieu Herrb
2007-11-24Mesa 7.0.1Matthieu Herrb
2007-11-24Mesa 7.0.1Matthieu Herrb
2006-11-25Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib Matthieu Herrb
and xserver)...
2015-11-14Update to xkeyboard-config 2.16.Alexandr Shadchin
ok matthieu@
2015-09-30Update to libxcb-1.11.1David Coppa
ok matthieu@
2015-08-20Merge libepoxy 1.3.1Jonathan Gray
2015-08-20Import libepoxy 1.3.1Jonathan Gray
2015-07-29Make the Gallium r300 works on big-endian architectures.Martin Pieuchot
Diff provided by Michel Daenzer [0] as a possible solution for a regression introduced in Mesa 9 [1]. This diff allows macppc users to use OpenGL accelerated appplications (i.e. GNOME3). As disucssed during c2k15 we won't try to keep this patch during the next Mesa update. [0] https://bugs.freedesktop.org/show_bug.cgi?id=71789 [1] http://lists.freedesktop.org/archives/mesa-dev/2013-December/050218.html Tested by myself and ajacoutot@, regression test and ok jsg@
2015-04-15don't include library major numbers when calling dlopen for glJonathan Gray
libraries on OpenBSD
2015-04-15Import libepoxy 1.2Jonathan Gray
2015-03-30Update to xkeyboard-config 2.14.Alexandr Shadchin
ok matthieu@
2015-03-18Backport a Mesa fix from Andreas Boll.Jonathan Gray
glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA
2015-02-22Backport support for GLX_MESA_query_renderer for non Intel drivers.Jonathan Gray
This is desirable as the chromium port now uses this extension to obtain pci vendor/device ids for use in feature/extension blacklists. Prompted by a mail from byrnet@, tested on r600g by krw@ The newly added os_get_total_physical_memory() was passing the length of a pointer rather than the type which made the sysctl call fail on non 64 bit archs. And it was passing the wrong pointer for the result. Fixes for these problems have been submitted back upstream.
2014-07-09Import Mesa 10.2.3Jonathan Gray
2015-02-20Merge Mesa 10.2.9Jonathan Gray
2015-02-20Import Mesa 10.2.9Jonathan Gray
2015-01-25Import Mesa 10.4.3Jonathan Gray
2015-01-31Remove the local workaround for alignment faults in the VBO code onJonathan Gray
archs with strict 64 bit pointer alignment and use Brian Paul's fix which has been committed upstream and should end up in future releases of 10.4.x.
2015-01-26Update to libxcb and xcb-proto 1.11.Matthieu Herrb
Tested on a bulk ports build by naddy@. Lots of churn due to white-space and comments changes in generated code.
2015-01-25Merge Mesa 10.4.3Jonathan Gray
Tested by matthieu@ mpi@ and myself. landry@ ran a ports bulk build. kettenis@ tracked down the cause of an alignment fault on archs that require strict eight byte pointer alignment.
2015-01-25Import Mesa 10.4.3Jonathan Gray
2014-07-09Import Mesa 10.2.3Jonathan Gray
2013-09-05Import Mesa 9.2.0Jonathan Gray
2013-09-05Import Mesa 9.2.0Jonathan Gray
2011-10-23Import Mesa 7.10.3Matthieu Herrb
2015-01-03Fix buffer overflow in copying PS nameMatthieu Herrb
As reported on the fontconfig mailing list by Tanel Liiv. Found using American Fuzzy Lop. Upstream patch adapted to use strlcpy().
2014-12-28Update to xkeyboard-config 2.13.Alexandr Shadchin
ok matthieu@
2014-09-28Match the behaviour of Mesa when built by autoconf and linkJonathan 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-17Update to xkeyboard-config 2.12.Alexandr Shadchin
plus fix for fr(oss) from Daniel Jakots <vigdis at chown dot me> ok matthieu@
2014-09-07Merge Mesa 10.2.7Jonathan Gray
2014-09-07Import Mesa 10.2.7Jonathan Gray