summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-01-22Import Mesa 19.2.8Jonathan Gray
2019-05-23Import Mesa 19.0.5Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2023-10-29Update to libXrandr 1.5.4Matthieu Herrb
2023-10-17Bump major version after libXpm bumpMatthieu Herrb
2023-10-17Update libXpm to version 3.5.17. ok tb@Matthieu Herrb
2023-10-03Fix several input validation errors in libX11 and libXpm.Alexander Bluhm
CVE-2023-43785 CVE-2023-43786 CVE-2023-43787 CVE-2023-43788 CVE-2023-43789
2023-09-06fix libxcvt.pcMatthieu Herrb
2023-09-05fix ISO C++17 does not allow 'register' storage class specifier error with ↵Robert Nagy
clang16 pulled from upstream: https://gitlab.freedesktop.org/mesa/glu/-/merge_requests/10 ok jsg@
2023-08-02Add pad_to_double() when the function allocates memories for 'double'Kenji Aoyama
internally. The functions wireToRawEvent() and copyRawEvent() get memories first, then allocate memory blocks sequentially for several objects include 'double' from there. On m88k, the memory area for 'double' should be 8-byte aligned, but sizeof(XIRawEvent) is 60 and sizeof(out->valuators.mask_len) is 8. In this case, allocated 'double' memory was not 8-byte aligned. Because of this, 'xeyes' on luna88k was aborted with Bus Error right after moving mouse for several years with sys/arch/m88k/m88k/trap.c r.127. Tested by me on luna88k, ok matthieu@
2023-07-06fix drmGetMinorNameForFD(). tweaks and ok jsg@.Matthieu Herrb
For the gpu n, the main device node is /dev/dri/card<n> and the render device node is /dev/dri/renderD<n+drmGetMinorBase()> not /dev/dri/renderD<n> and miod@ checked that no port should be affected.
2023-07-05Disable neon asm on aarch64 to unbreak the buildTheo Buehler
with/ok matthieu
2023-07-03Update to fontconfig 2.14.2Matthieu Herrb
2023-07-03Update to pixman 0.42.2Matthieu Herrb
2023-07-03Update to xtrans 1.5.0Matthieu Herrb
2023-07-03Update libXaw to version 1.0.15Matthieu Herrb
2023-07-03Update to libXt 1.3.0.Matthieu Herrb
minor bump because XtReallocArray() was added.
2023-07-03Update to xcb-util 0.4.1Matthieu Herrb
2023-07-03Update to libxshmfence 1.3.2Matthieu Herrb
2023-07-03Update to libXvMC 1.0.13Matthieu Herrb
2023-07-03remove file missed in previous commitMatthieu Herrb
2023-07-03Update to libXv 1.0.12Matthieu Herrb
2023-07-03Update to libXrandr 1.5.3Matthieu Herrb
2023-07-03Update to libXi 1.8.1Matthieu Herrb
2023-07-03Update to libXfixes 6.0.1Matthieu Herrb
2023-07-03Update to libXdamage 1.1.6Matthieu Herrb
2023-07-03Update to libXcomposite 0.4.6Matthieu Herrb
2023-06-15Fixes CVE-2023-3138: X servers could return values from XQueryExtensionMatthieu Herrb
that would cause Xlib to write entries out-of-bounds of the arrays to store them, though this would only overwrite other parts of the Display struct, not outside the bounds allocated for that structure.
2023-05-21Revert accicentally committed test/debug stuff.Matthieu Herrb
2023-05-21Update freetype to 2.13.0Matthieu Herrb
2023-05-07Update to libXpm 3.5.16Matthieu Herrb
2023-05-07Update to libXres 1.2.2Matthieu Herrb
2023-05-07Update to libXxf86dga 1.1.6Matthieu Herrb
2023-05-07Update to libfontenc 1.1.7Matthieu Herrb
2023-05-07Update to libxkbfile 1.1.2Matthieu Herrb
2023-05-07Remove libxkbui. Not built since july 2020.Matthieu Herrb
2023-05-07Remove libxkbui. Not built since july 2020.Matthieu Herrb