summaryrefslogtreecommitdiff
path: root/lib/mesa/src/gallium/auxiliary
AgeCommit message (Collapse)Author
2023-01-28Merge Mesa 22.3.4Jonathan Gray
2023-01-28Import Mesa 22.3.4Jonathan 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
2022-09-02Merge Mesa 22.1.7Jonathan Gray
2022-09-02Import Mesa 22.1.7Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2022-04-21Merge Mesa 21.3.8Jonathan Gray
2022-04-21Import Mesa 21.3.8Jonathan Gray
2022-02-24Merge Mesa 21.3.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2021-12-09backport from Mesa upstream to fix i386 build with llvm 13Jonathan Gray
gallivm: fix FTBFS on i386 with LLVM >= 13, StackAlignmentOverride is gone 3a2d317b996f57647da23de7876142be4b9b71f3 gallivm: add new wrapper around Module::setOverrideStackAlignment() c1b4c64a28d9fc093229eab91a3a7fc4cb4fe29a https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11940 ok sthen@
2021-09-09Merge Mesa 21.1.8Jonathan Gray
2021-09-09Import Mesa 21.1.8Jonathan Gray
2021-07-22Merge Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan 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
2021-03-11gallivm: fix half to float conversions with llvm 11Jonathan Gray
From Roland Scheidegger 51a82ec3e437d1d2dc4c688578640d25b3e7f0a2 in mainline Mesa
2021-03-09gallium/gallivm: remove unused header include for newer LLVMJonathan Gray
From Jan Zielinski 52aa730d07618513d6c055618069b2f4680974cc in mainline Mesa Encountered by naddy@ when doing a clang 11 build. This commit suggested by patrick@
2021-01-18gallivm: Add missing header for powf.Jonathan Gray
From Vinson Lee ff8daa013621019f1606dc0c188b16f1ce34fea7 in mainline Mesa fixes clang 11 build mortimer@ had almost the same diff
2015-11-22import Mesa 11.0.6Jonathan 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-22Import Mesa 20.0.8Jonathan Gray
2020-09-03Merge Mesa 20.1.7Jonathan Gray
2020-09-03Import Mesa 20.1.7Jonathan Gray
2020-08-26Merge Mesa 20.1.6Jonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2020-08-01Fix Mesa build with clang 10 on mips64.Visa Hankala
On mips64, the compiler does not allow use of non-zero argument with __builtin_frame_address(). However, the returned frame address is only used when PIPE_ARCH_X86 is defined. The compile error can be avoided by making #ifdef PIPE_ARCH_X86 cover the getting of frame address too. The argument checking of __builtin_frame_address() has been present as a debug assert in clang 8. In clang 10, there is a proper runtime check for the argument. This is why the build has not failed before. OK jsg@
2020-01-22add files generated by python scripts which stopped being shipped withJonathan Gray
distfiles when upstream removed autotools
2020-01-22add back autotools files removed upstreamJonathan Gray
2020-01-22Merge Mesa 19.2.8Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2019-07-01Merge Mesa 19.0.8Jonathan Gray
2019-07-01Import Mesa 19.0.8Jonathan Gray
2019-05-23Merge Mesa 19.0.5Jonathan Gray
2019-05-23Import Mesa 19.0.5Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2019-03-19Merge Mesa 18.3.5Jonathan Gray
2019-02-19Merge Mesa 18.3.4Jonathan Gray
2019-01-29Merge Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray