Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-30 | Update to libpciaccess 0.16. | Matthieu Herrb | |
2021-08-30 | Upate to libX11 1.7.2 | Matthieu Herrb | |
2021-08-30 | Update to libXRes 1.2.1 | Matthieu Herrb | |
2021-08-09 | Update to libXaw 1.0.14 | Matthieu Herrb | |
2021-08-01 | match pkg-config files created by meson build | Jonathan Gray | |
2021-08-01 | link libraries in a group matching meson build | Jonathan 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-25 | pixman: update to 0.40.0 | Matthieu Herrb | |
2021-07-22 | update Makefiles and generated files for Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Merge Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2019-07-01 | Import Mesa 19.0.8 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2017-02-26 | Import Mesa 13.0.5 | Jonathan Gray | |
2017-01-19 | Import Mesa 13.0.3 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-01-24 | Import Mesa 11.0.9 | Jonathan Gray | |
2015-12-23 | Import Mesa 11.0.8 | Jonathan Gray | |
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6 | |||
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2021-07-05 | add a file to avoid build time python dep | Jonathan Gray | |
2021-07-05 | Merge libdrm 2.4.107 | Jonathan Gray | |
2021-07-05 | Import libdrm 2.4.107 | Jonathan Gray | |
2021-06-25 | support xf86-video-radeon and xf86-video-amdgpu drivers on riscv64. | Matthieu Herrb | |
from jsg@, ok kettenis@ | |||
2021-05-25 | remove 'si_init_perfcounters: max_sh_per_se' warning | Jonathan 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-22 | Check 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-18 | Reject string longer than USHRT_MAX before sending them on the wire | Matthieu Herrb | |
The X protocol uses CARD16 values to represent the length so this would overflow. CVE-2021-31535 |