diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-09-17 20:54:31 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-09-17 20:54:31 +0900 |
| commit | 55f716213629387f9d591bc45260d64788e25734 (patch) | |
| tree | c9ca6028a6b6dbdc6505aa511789c8f8109aa9ac | |
| parent | c474bdc27bd776bf149da5d6a954a4e26dce494e (diff) | |
internal/rosa/package/mesa: 26.2.2 to 26.2.3
For some reason, upstream decided to add one missing header, but not any
other ones. This appears to be the first project to respond to the LLVM
change.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/package/mesa/include.patch | 12 | ||||
| -rw-r--r-- | internal/rosa/package/mesa/package.az | 4 |
2 files changed, 2 insertions, 14 deletions
diff --git a/internal/rosa/package/mesa/include.patch b/internal/rosa/package/mesa/include.patch index b1942625..4a8a7fe9 100644 --- a/internal/rosa/package/mesa/include.patch +++ b/internal/rosa/package/mesa/include.patch @@ -1,15 +1,3 @@ -diff --git a/src/amd/compiler/aco_util.h b/src/amd/compiler/aco_util.h -index 82d754f155a..9f20e80a554 100644 ---- a/src/amd/compiler/aco_util.h -+++ b/src/amd/compiler/aco_util.h -@@ -12,6 +12,7 @@ - #include "util/macros.h" - #include "util/u_math.h" - -+#include <algorithm> - #include <array> - #include <cassert> - #include <cstddef> diff --git a/src/freedreno/common/freedreno_common.h b/src/freedreno/common/freedreno_common.h index 36dea4e12b5..cfa243c270f 100644 --- a/src/freedreno/common/freedreno_common.h diff --git a/internal/rosa/package/mesa/package.az b/internal/rosa/package/mesa/package.az index 8db6462e..ec7956fb 100644 --- a/internal/rosa/package/mesa/package.az +++ b/internal/rosa/package/mesa/package.az @@ -4,12 +4,12 @@ package mesa { anitya = 1970; latest = anityaFallback; - version# = "26.2.2"; + version# = "26.2.3"; source = remoteGitLab { domain = "gitlab.freedesktop.org"; suffix = "mesa/mesa"; ref = "mesa-"+version; - checksum = "5mIdojhazcdAgbLW1v4d-7P5pIhu9wnGS3ek1QhJIPMJyFWhfKhiZCsd53WAHt1_"; + checksum = "VAGZWGIjAnBqWi7N_Tye3ihtoc66Gu8AlKGtpmQOfwcwQqhZ6Sxk2Y_IH49jWOrJ"; }; patches = [ "include.patch" ]; |
