Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-15 | Add -ftrapping-math to default cflags | Matthieu Herrb | |
This makes all tests pass with clang. -ftrapping-math is the default in gcc but not in clang. pixman-combine-float.c relies on the -ftrapping-math behaviour. ok kettenis@ | |||
2020-11-28 | Update to libX11 1.7.0. Tested by gkoehler@ and jsg@ | Matthieu Herrb | |
2020-11-11 | Update to freetype 2.10.4. Tested by tb@ | Matthieu Herrb | |
2020-10-26 | Build AMD drivers on powerpc64. | Mark Kettenis | |
ok jsg@ | |||
2020-09-22 | glsl: Use 'using' to be explicit about visitor overloads | Jonathan Gray | |
From Kristian Hoegsberg e3dfa8f4d694e7d64a6401752af1f973b0852aab in mainline Mesa reduces clang warnings | |||
2020-09-22 | spirv/opencl: Cast opcode up front to avoid warnings | Jonathan Gray | |
From Kristian Hoegsberg b40281d8306367e68dde6b723d2114d9cb5fca5a in mainline Mesa | |||
2020-09-22 | disable noisy -Winitializer-overrides warnings | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2020-09-22 | Mesa 20.0 does not use per gen marshal_generated files | Jonathan Gray | |
2020-09-22 | Merge Mesa 20.0.8 | Jonathan 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-22 | Import Mesa 20.0.8 | Jonathan Gray | |
2020-09-14 | go back to brw_eu.h rev 1.9 matching upstream 20.1 branch | Jonathan Gray | |
haswell hangs still occurred just less frequently with the 1.10 revert of 'intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages' The recent kernel change to do wbinvd across all cpus instead of just one is a better approach and avoids hangs seen with piglit on haswell. | |||
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-09-11 | partially revert a Mesa commit to avoid hard hangs on Haswell | Jonathan Gray | |
intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages d23bbc8c28b6a5cd7f4d3d03c74d8319da5d47d5 on 20.1 branch 4985e380dd776ac65c4ae5627138211f9d9f03ce on mainline thanks to gnezdo@ sthen@ and espie@ for reports and testing | |||
2020-09-04 | link with version script matching meson changes in 20.1.7 | Jonathan Gray | |
2020-09-03 | Avoid problems with undefined symbols on ld.bfd archs caused by order of | Jonathan Gray | |
.a files. problem reported by jca@ on sparc64 with ports which link libgbm ok jca@ | |||
2020-09-03 | correct merge errors | Jonathan Gray | |
2020-09-03 | Merge Mesa 20.1.7 | Jonathan Gray | |
2020-09-03 | Import Mesa 20.1.7 | Jonathan Gray | |
2020-09-03 | Import Mesa 20.1.7 | Jonathan Gray | |
2020-09-01 | conditionally define HAVE_LD_BUILD_ID if supported | Jonathan Gray | |
2020-09-01 | build with NDEBUG to disable asserts | Jonathan Gray | |
matches autotools build when --enable-debug is not specified and meson with --buildtype=release | |||
2020-09-01 | get available memory when assert() is disabled via NDEBUG | Jonathan Gray | |
problem spotted by Jason Ekstrand reviewing proposed patches upstream | |||
2020-08-30 | disable -Wmissing-prototypes via pragma for 64 bit atomics fallback | Jonathan Gray | |
avoids error: no previous prototype for function '__sync_sub_and_fetch_8_c' | |||
2020-08-30 | correct type for oldlenp argument to sysctl(2) for machdep.altivec | Jonathan Gray | |
2020-08-28 | explicitly remove *.la files from old Mesa builds | Jonathan 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-28 | remove libtxc_dxtn included in Mesa since 17.3 | Jonathan Gray | |
2020-08-28 | don't build libtxc_dxtn included in Mesa since 17.3 | Jonathan Gray | |
2020-08-27 | drop local change for 32 bit atomics via pthread locks | Jonathan Gray | |
Mesa is no longer built on hppa or sh | |||
2020-08-27 | build with -DMISSING_64BIT_ATOMICS on powerpc | Jonathan Gray | |
2020-08-27 | drop local workarounds for gcc 4.2 | Jonathan Gray | |
2020-08-27 | build addrlib with -Wno-unused-variable matching meson build | Jonathan Gray | |
2020-08-27 | radv: Explicitly cast TIMESTAMP_NOT_READY value to uin32_t where needed. | Jonathan Gray | |
From Oschowa c310677a7563b1e2d97f8216be1d60cb21204eae in mainline mesa reduces clang warnings | |||
2020-08-27 | aco: Use correct reference type in for-range-loop. | Jonathan Gray | |
From Oschowa 663e8cb4e67f8b85186631c6a3719ed83da32151 in mainline mesa reduces clang warnings | |||
2020-08-27 | aco: Don't std::move temporary object. | Jonathan Gray | |
From Oschowa 7b1bc460fd6ae9bf5efeca62227bb05e0c50ee15 in mainline mesa reduces clang warnings | |||
2020-08-27 | aco: Don't declare 'Block' as class, but define as struct. | Jonathan Gray | |
From Oschowa 536339b0dda33241d21a0e045681419ca46fc812 in mainline mesa reduces clang warnings | |||
2020-08-27 | radv: Don't take absolute value of unsigned type. | Jonathan Gray | |
From Oschowa c2a778ef0f1720f9fb28afd40a791488648218d0 in mainline mesa reduces clang warnings | |||
2020-08-27 | build with -Wno-typedef-redefinition | Jonathan 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-26 | crank glapi minor for new symbol | Jonathan Gray | |
2020-08-26 | adjust for files which are symlinks in distfile | Jonathan Gray | |
2020-08-26 | Merge Mesa 20.1.6 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-08-25 | Fix an integer overflow in init_om() that could lead to a double free. | Matthieu Herrb | |
Reported by Jayden Rivers. | |||
2020-08-20 | Fix a bug where some input clients can't connect to the input server. | Matthieu Herrb | |
FreeBSD bugzilla reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248549 | |||
2019-05-23 | Import Mesa 19.0.5 | 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 | |