summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2024-07-09Update libXmu to 1.2.1Matthieu Herrb
2024-07-09Update libXext to 1.3.6Matthieu Herrb
2024-07-09Update libXdmcp to 1.1.5Matthieu Herrb
2024-07-09update libXcursor to 1.2.2Matthieu Herrb
2024-07-09update libXaw to version 1.0.16Matthieu Herrb
2024-06-18we need to unconditionally build libvtn nowJonathan Gray
sparc64 build error reported by deraadt@
2024-06-17libvtn is now required where libmesa is usedJonathan Gray
Fixes missing symbols at runtime on macppc. Reported and tested by Donovan Watteau.
2024-06-04Don't build the test programs.Matthieu Herrb
They are not installed and get linked against the installed libxcb-image ok tb@
2024-06-04Explicitely build sxpm in app, after the new libXpm has been installed.Matthieu Herrb
This makes sure it is linked against the new libXpm, not the existing one in /usr/X11R6/lib which may reference to an old, incompatible libc. ok tb@
2024-05-13Update to libpciacces 0.18.1. ok kettenis@Matthieu Herrb
removes the autotools build system and add a simple make based one. The existing xenocara obj dir needs to be wiped before a make obj / make buildx
2024-04-28Update to libxkbfile 1.1.3Matthieu Herrb
2024-04-28Update to libXvMC 1.0.14Matthieu Herrb
2024-04-28Update to libfontenc 1.1.8Matthieu Herrb
2024-04-09intel/dev: Add 0x56be and 0x56bf DG2 PCI IDsJonathan Gray
From Jordan Justen 98f3d072b428f93d799d17ab4e56f963206c9a2f in mainline Mesa
2024-04-09intel/dev: Add ATS-M PCI ID for Data Center GPU Flex 170GJonathan Gray
From Jordan Justen ce900dcbb133e2e9b8b2478fce8aa1c146d741bb in mainline Mesa
2024-04-09intel/dev: Adjust device strings for ATS-M devicesJonathan Gray
From Jordan Justen 59e0c38427df012ded895229dbf3d955efb59362 in mainline Mesa
2024-04-09intel/dev: update DG2 device namesJonathan Gray
2777a4c692c78bc373b89a74f76471c6aef7f7ff in mainline Mesa
2024-04-03fix the build on archs where vulkan is not builtJonathan Gray
reported by deraadt@
2024-04-03Enable PAC in addition to BTI on arm64 such that JIT code matches theMark Kettenis
default branch protection provided by our base compiler. ok jsg@
2024-04-02Merge Mesa 23.3.6Jonathan Gray
2024-04-02Import Mesa 23.3.6Jonathan Gray
2023-01-28Import Mesa 22.3.4Jonathan Gray
2022-09-02Import Mesa 22.1.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2021-09-09Import Mesa 21.1.8Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan 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
2024-03-18Tell LLVM to generate code with BTI instructions.Mark Kettenis
"looks ok" jsg@, ok deraadt@
2024-02-29intel/dev: Add 2 additional ADL-N PCI idsJonathan Gray
From Jordan Justen 62b72b6be9742c655d381348c6b161afc6b5396f in mainline Mesa
2024-02-09Fix off-by-one in dlist allocation when checking whether to allocate aThomas Frohwein
new block. This fixes segfaults in dlist functions that occur on applications making heavy use of display lists that exceed BLOCK_SIZE. ok jsg@ and stsp@, who also both helped me track down the issue.
2024-01-30Merge libdrm 2.4.120Jonathan Gray
2024-01-30Import libdrm 2.4.120Jonathan Gray
2023-12-01r600/sfn: Don't try to re-use iterators when the set is made emptyJonathan Gray
From Gert Wollny c13de0509c43f9b9764dc939aa64fe70c6a80870 in mainline Mesa fixes games/xonotic crash on r600 reported by edd@ on bugs@
2023-01-28Import Mesa 22.3.4Jonathan Gray
2023-11-10meson: use llvm-config instead of cmake to fix linking errors with meson 1.2.1Jonathan Gray
From Marek Olsak d11900d5e76922790de90ebfb89f918673759a88 in mainline Mesa
2023-11-03link libgbm with xrandr-xcbJonathan Gray
fixes graphics/clutter/cogl build failure reported by tb@