summaryrefslogtreecommitdiff
path: root/lib/mesa/mk
AgeCommit message (Collapse)Author
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-22update Makefiles and generated files for Mesa 21.1.5Jonathan Gray
2021-06-25support xf86-video-radeon and xf86-video-amdgpu drivers on riscv64.Matthieu Herrb
from jsg@, ok kettenis@
2020-10-26Build AMD drivers on powerpc64.Mark Kettenis
ok jsg@
2020-09-22disable noisy -Winitializer-overrides warningsJonathan Gray
2020-09-22Merge Mesa 20.0.8Jonathan Gray
With Mesa 20.1 even after the kernel change to do wbinvd on all cpus sthen@ reported that hard hangs still occurred on his Haswell system with inteldrm. Mark Kane also reported seeing hangs on Ivy Bridge on bugs@. Some systems/workloads seem to be more prone to triggering this than others as I have not seen any hangs on Ivy Bridge and the only hangs I saw on Haswell when running piglit went away with the wbinvd change. It seems something is wrong with drm memory attributes or coherency in the kernel and newer Mesa versions expect behaviour we don't have.
2020-09-04link with version script matching meson changes in 20.1.7Jonathan Gray
2020-09-03Avoid problems with undefined symbols on ld.bfd archs caused by order ofJonathan Gray
.a files. problem reported by jca@ on sparc64 with ports which link libgbm ok jca@
2020-09-03Merge Mesa 20.1.7Jonathan Gray
2020-09-01build with NDEBUG to disable assertsJonathan Gray
matches autotools build when --enable-debug is not specified and meson with --buildtype=release
2020-08-28explicitly remove *.la files from old Mesa buildsJonathan Gray
While we no longer install .la files for Mesa naddy@ pointed out that using libtool to build something like libGLU could result in .la files which reference old Mesa .la files. Remove Mesa .la files found in DESTDIR on install as suggested by millert@ ok millert@ matthieu@ deraadt@
2020-08-27build with -DMISSING_64BIT_ATOMICS on powerpcJonathan Gray
2020-08-27build addrlib with -Wno-unused-variable matching meson buildJonathan Gray
2020-08-27build with -Wno-typedef-redefinitionJonathan Gray
clang with -std=c99 generates warnings on typedef redefinition likely unnoticed upstream as gcc does not do this excessive amounts of warnings from vulkan driver headers pointed out by deraadt@
2020-08-26crank glapi minor for new symbolJonathan Gray
2020-08-26adjust for files which are symlinks in distfileJonathan Gray
2020-08-26Merge Mesa 20.1.6Jonathan Gray