Age | Commit message (Collapse) | Author |
|
|
|
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@
|
|
|
|
from jsg@, ok kettenis@
|
|
ok jsg@
|
|
|
|
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.
|
|
|
|
.a files.
problem reported by jca@ on sparc64 with ports which link libgbm
ok jca@
|
|
|
|
matches autotools build when --enable-debug is not specified and meson with
--buildtype=release
|
|
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@
|
|
|
|
|
|
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@
|
|
|
|
|
|
|