summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2021-08-30Update to libpciaccess 0.16.Matthieu Herrb
2021-08-30Upate to libX11 1.7.2Matthieu Herrb
2021-08-30Update to libXRes 1.2.1Matthieu Herrb
2021-08-09Update to libXaw 1.0.14Matthieu Herrb
2021-08-01match pkg-config files created by meson buildJonathan Gray
2021-08-01link libraries in a group matching meson buildJonathan Gray
linking against a libEGL built with ld.bfd had undefined symbols reported by cwen@ tested by cwen@ on macppc and jca@ on sparc64 ok jca@
2021-07-25pixman: update to 0.40.0Matthieu Herrb
2021-07-22update Makefiles and generated files for Mesa 21.1.5Jonathan Gray
2021-07-22Merge Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2019-07-01Import Mesa 19.0.8Jonathan Gray
2019-05-23Import Mesa 19.0.5Jonathan 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
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
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2017-02-26Import Mesa 13.0.5Jonathan Gray
2017-01-19Import Mesa 13.0.3Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-01-24Import Mesa 11.0.9Jonathan Gray
2015-12-23Import Mesa 11.0.8Jonathan Gray
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2021-07-05add a file to avoid build time python depJonathan Gray
2021-07-05Merge libdrm 2.4.107Jonathan Gray
2021-07-05Import libdrm 2.4.107Jonathan Gray
2021-06-25support xf86-video-radeon and xf86-video-amdgpu drivers on riscv64.Matthieu Herrb
from jsg@, ok kettenis@
2021-05-25remove 'si_init_perfcounters: max_sh_per_se' warningJonathan Gray
In drm from linux >= 5.9 renoir no longer uses the gpu info firmware and some reported hardware information changes. 'drm/amdgpu: use IP discovery table for renoir' c1cf79ca5ced46ea6a7843cbe98836e4d51c6c52 Remove warning which is known to be harmless https://gitlab.freedesktop.org/drm/amd/-/issues/1332 and was removed with mesa 20.2 in 'radeonsi/gfx10: implement most performance counters' 38a4b861459b02401d3ff71670218506e7acf019
2021-05-22Check strlen(spec) only once at the beginning of XLookupColor().Alexander Bluhm
Also remove a superfluous include. This synchronises -current with upstream and the code we shipped in the errata. OK matthieu@
2021-05-18Reject string longer than USHRT_MAX before sending them on the wireMatthieu Herrb
The X protocol uses CARD16 values to represent the length so this would overflow. CVE-2021-31535