summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)Author
2022-11-14fontconfig: revert man page link changesaisha
patches for dist are better suited upstream pointed out by matthieu@ and tb@
2022-11-12fix broken links to fontconfig html docs in man pagesaisha
patch by Thim Cederlund thim AT cederlund DOT de, thanks!
2022-11-06Add a local configuration file to put back the DejaVu family asMatthieu Herrb
default for the latin fonts, replacing Noto which is the default upstreams since fontconfig 2.14. One can get back Noto as default by removing /etc/fonts/conf.d/59-obsd-latin.conf Prodded by robert@ and others, ok robert@
2022-10-16don't assume the tree is compiled only with c99 compilers.Theo de Raadt
or, invest the time to solve that.
2022-10-16Update to fontconfig 2.14. Tested and ok gkoehler@Matthieu Herrb
2022-07-17Update libxcb to version 1.15 + xcb-protos 1.15.2Matthieu Herrb
2021-11-11Update to fontconfig 2.13.94Matthieu Herrb
2021-10-29Update to libepoxy 1.5.9. ok jsg@Matthieu Herrb
2020-05-16Update to libxcb 1.14 and xcb-proto 1.14. ok tb@Matthieu Herrb
2020-01-26Update to libepoxy 1.5.4. ok jsg@Matthieu Herrb
2019-10-28Stop calling chmod() in cache update code.Matthieu Herrb
These calls are useless to toxic and come in the way of adding pledge to applications (would require 'fattr' which is quite wide). Discussed with deraadt, millert and jcs. Submitted upstreams too.
2018-10-04Update to libxcb 1.13.1, a small bug fix release.Matthieu Herrb
ok naddy@
2018-09-11Update to libxcb 1.13. ok tb@Matthieu Herrb
2018-07-09Remove the local -c chroot change, unused now.Matthieu Herrb
2018-07-09FcCacheFindByStat(): fix checking of the nanoseconds field.Matthieu Herrb
ok millert@
2018-05-25Update to libepoxy 1.5.2. ok aja@Matthieu Herrb
2015-04-15Import libepoxy 1.2Jonathan Gray
2017-08-19Update to fontconfig 2.12.4. No API change.Matthieu Herrb
2017-05-21Add "Sun LKeys" section, this patch forgot add in last update.Alexandr Shadchin
noticed deraadt@, ok matthieu@
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