| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
26.0.b.1031 12 Feb 2026 00:45:58
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 26.0.b.1031
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/124d550a943...b651fd90d2d |
26.0.b.736 05 Feb 2026 00:33:46
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 26.0.b.736
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/481df222095...124d550a943 |
26.0.b.44_2 03 Feb 2026 13:09:58
    |
Hiroki Tagato (tagattie)  |
*/*: Bump port revision after spirv-tools update (691d023921f3) |
26.0.b.44_1 28 Jan 2026 08:48:51
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.93.0
PR: 292360 |
26.0.b.44 23 Jan 2026 23:49:34
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: unbreak on 64-bit archs after b95e493d187f
../src/gallium/winsys/amdgpu/drm/amdgpu_cs.cpp:1653:84: error: format specifies
type 'unsigned long long' but the argument has type '__u64' (aka 'unsigned
long') [-Werror,-Wformat]
1652 | mesa_logi("amdgpu: uq_log: %s: num_wait_fences=%d uq_va=%llx
job=%llx\n",
| ~~~~
| %lx
1653 | amdgpu_userq_str[acs->queue_index],
userq_wait_data.num_fences, fence_info[i].va,
|
^~~~~~~~~~~~~~~~
../src/util/log.h:78:78: note: expanded from macro 'mesa_logi'
78 | #define mesa_logi(fmt, ...) mesa_log(MESA_LOG_INFO, (MESA_LOG_TAG),
(fmt), ##__VA_ARGS__)
| ~~~
^~~~~~~~~~~
../src/gallium/winsys/amdgpu/drm/amdgpu_cs.cpp:1654:20: error: format specifies
type 'unsigned long long' but the argument has type '__u64' (aka 'unsigned
long') [-Werror,-Wformat]
1652 | mesa_logi("amdgpu: uq_log: %s: num_wait_fences=%d uq_va=%llx
job=%llx\n",
|
~~~~
|
%lx
1653 | amdgpu_userq_str[acs->queue_index],
userq_wait_data.num_fences, fence_info[i].va,
1654 | fence_info[i].value);
| ^~~~~~~~~~~~~~~~~~~
../src/util/log.h:78:78: note: expanded from macro 'mesa_logi'
78 | #define mesa_logi(fmt, ...) mesa_log(MESA_LOG_INFO, (MESA_LOG_TAG),
(fmt), ##__VA_ARGS__)
| ~~~
^~~~~~~~~~~
Reported by: pkg-fallout |
26.0.b.44 22 Jan 2026 00:55:59
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 26.0.b.44
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/6f076cdfda3...481df222095 |
25.3.b.3439 16 Jan 2026 08:27:04
    |
Jan Beich (jbeich)  Author: Evgenii Khramtsov |
graphics/mesa-devel: unbreak WITH_FORTIFY{,_PORTS} on FreeBSD >= 15
../src/gallium/auxiliary/vl/vl_csc.c:196:35: error: too many arguments provided
to function-like macro invocation
196 | { 0.595254, 0.349314, 0.055432, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:195:10: note: parentheses are required
around macro argument containing braced initializer list
195 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
196 | { 0.595254, 0.349314, 0.055432, 0.0 },
197 | { 0.081244, 0.891503, 0.027253, 0.0 },
198 | { 0.015512, 0.081912, 0.902576, 0.0 },(Only the first 15 lines of the commit message are shown above ) |
25.3.b.3439 15 Jan 2026 00:59:49
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.3439
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/5ac41be6777...6f076cdfda3 |
25.3.b.3164 10 Jan 2026 22:08:05
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: drop VDPAU workaround after 54cf7a36879a
fetch: https://github.com/mesa3d/mesa/commit/700efacda59c.patch: Not Found
PR: 292325 |
25.3.b.3164 08 Jan 2026 00:57:27
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.3164
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/7ed6679361f...5ac41be6777 |
25.3.b.2892 01 Jan 2026 00:28:23
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.2892
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b3c983b8ddc...7ed6679361f |
25.3.b.2836 27 Dec 2025 00:03:31
    |
Jan Beich (jbeich)  Author: Matthew Wener |
graphics/mesa-devel: unbreak build with python312
meson.build:1005:2: ERROR: Problem encountered: One of Python (3.x) packaging or
distutils module is required.
PR: 286361 |
25.3.b.2836 25 Dec 2025 00:54:46
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.2836
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/f5351afbc8c...b3c983b8ddc |
25.3.b.2585_1 19 Dec 2025 13:04:06
    |
Hiroki Tagato (tagattie)  |
*/*: Bump port revision after spirv-tools update (ec3b7d6b9107) |
25.3.b.2585 18 Dec 2025 00:58:35
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.2585
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/ca96f8517cc...f5351afbc8c |
25.3.b.2458_1 16 Dec 2025 12:12:31
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.92.0
PR: 291582 |
25.3.b.2458 16 Dec 2025 00:15:57
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.2458
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8ba197c9ef6...ca96f8517cc |
25.3.b.2226 10 Dec 2025 23:01:03
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.2226
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b75cd07265b...8ba197c9ef6 |
25.3.b.1904 04 Dec 2025 00:31:21
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.1904
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/21cdbfa2231...b75cd07265b |
25.3.b.1763 28 Nov 2025 22:04:19
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.1763
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/80db8171deb...21cdbfa2231 |
25.3.b.1394 24 Nov 2025 22:02:46
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: simplify MESON_ARGS after 5cf2c031f53e |
25.3.b.1394 20 Nov 2025 00:48:43
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.1394
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/ad25196d356...80db8171deb |
25.3.b.1296 18 Nov 2025 00:18:26
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.1296
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8c427aae924...ad25196d356 |
25.3.b.1115 13 Nov 2025 00:57:20
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.1115
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/14194e59a42...8c427aae924 |
25.3.b.982_1 11 Nov 2025 11:08:12
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.91.1
PR: 290816 |
25.3.b.982 08 Nov 2025 00:49:36
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.982
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/1f1022d1616...14194e59a42 |
25.3.b.842 06 Nov 2025 00:06:16
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.842
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/6a70406bb21...1f1022d1616 |
25.3.b.716 03 Nov 2025 23:55:58
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: unbreak build on aarch64 around 9557360d5a11
FAILED: [code=1] src/gallium/targets/rusticl/libRusticlOpenCL.so.1.0.0
ld: error: ld-temp.o <inline asm>:3:1: symbol 'loop64' is already defined
loop64:
^
ld: error: ld-temp.o <inline asm>:3:1: symbol 'loop64' is already defined
loop64:
^
ld: error: ld-temp.o <inline asm>:3:1: symbol 'loop64' is already defined
loop64:
^
ld: error: ld-temp.o <inline asm>:3:1: symbol 'loop64' is already defined
loop64:
^
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Reported by: pkg-fallout |
25.3.b.716 01 Nov 2025 23:21:19
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.716
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/48d6459701a...6a70406bb21 |
25.3.b.607 30 Oct 2025 00:59:10
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.607
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/53bcab0288c...48d6459701a |
25.3.b.413 24 Oct 2025 21:41:59
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.413
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b1370e1935c...53bcab0288c |
25.3.b.90 18 Oct 2025 23:32:26
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.3.b.90
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/84d8e6824be...b1370e1935c |
25.2.b.4828 16 Oct 2025 00:46:28
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.4828
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/07f3b62d59d...84d8e6824be |
25.2.b.4433 09 Oct 2025 00:52:46
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.4433
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/e02a1bb173e...07f3b62d59d |
25.2.b.4196_1 03 Oct 2025 08:16:50
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.90.0
PR: 289709 |
25.2.b.4196 02 Oct 2025 00:12:43
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.4196
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/4531b8ace44...e02a1bb173e |
25.2.b.4080_1 29 Sep 2025 08:46:47
    |
Hiroki Tagato (tagattie)  |
*/*: bump port revision after spirv-tools update (1fcdc76337bc) |
25.2.b.4080 27 Sep 2025 22:09:45
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.4080
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/186cd59cf24...4531b8ace44 |
25.2.b.3958 24 Sep 2025 23:36:59
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.3958
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/85ec0fffa26...186cd59cf24 |
25.2.b.3693 18 Sep 2025 00:24:01
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.3693
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/7b337e214d3...85ec0fffa26 |
25.2.b.3142_1 14 Sep 2025 00:19:06
    |
Jan Beich (jbeich)  |
sysutils/libdisplay-info: update to 0.3.0
Changes: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/0.3.0
Reported by: GitLab (notify releases) |
25.2.b.3142 13 Sep 2025 00:29:59
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.3142
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/a9ea4630d47...7b337e214d3 |
25.2.b.3042 11 Sep 2025 00:24:49
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.3042
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/29fb897c0a0...a9ea4630d47 |
25.2.b.2843 06 Sep 2025 00:50:48
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.2843
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b4bac915f0d...29fb897c0a0 |
25.2.b.2680 04 Sep 2025 00:45:58
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.2680
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/443446aa82c...b4bac915f0d |
25.2.b.2486_1 01 Sep 2025 08:25:04
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.89.0
PR: 288923 |
25.2.b.2486 29 Aug 2025 23:50:59
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.2486
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/dac9360bacf...443446aa82c |
25.2.b.2377 28 Aug 2025 00:57:38
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.2377
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/2595b029fac...dac9360bacf |
25.2.b.2121 24 Aug 2025 00:57:59
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.2121
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/20f546d6c17...2595b029fac |
25.2.b.1864 21 Aug 2025 00:59:29
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.1864
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/071a7e5f8f5...20f546d6c17 |
25.2.b.1603 17 Aug 2025 00:58:39
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.1603
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/fc1b26f4dca...071a7e5f8f5 |
25.2.b.1483 14 Aug 2025 01:00:38
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.1483
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/c58b3fa3a4e...fc1b26f4dca |
25.2.b.1286 09 Aug 2025 00:55:20
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.1286
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/0de5e8cd59d...c58b3fa3a4e |
25.2.b.1118 07 Aug 2025 00:21:13
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.1118
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/5649a0aa06e...0de5e8cd59d |
25.2.b.973 05 Aug 2025 00:33:09
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.973
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/fa8731b8596...5649a0aa06e |
25.2.b.682 31 Jul 2025 00:48:13
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.682
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8037d22f015...fa8731b8596 |
25.2.b.497 27 Jul 2025 00:00:33
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: chase new files after 2057c2efc1c4 |
25.2.b.497 26 Jul 2025 23:45:16
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.497
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8a4ef5977e2...8037d22f015 |
25.2.b.383 24 Jul 2025 00:58:26
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.383
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/afdb2c64de0...8a4ef5977e2 |
25.2.b.37 17 Jul 2025 00:54:34
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.2.b.37
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/a3a53b7cee4...afdb2c64de0 |
25.1.b.4146 12 Jul 2025 00:29:45
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.4146
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/ace49d9e52a...a3a53b7cee4 |
25.1.b.3999 10 Jul 2025 00:34:47
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.3999
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/d31cb824df2...ace49d9e52a |
25.1.b.3766 10 Jul 2025 00:34:38
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: unbreak build on FreeBSD 13.5/14.3
ld: error: undefined symbol: environ
>>> referenced by std.a9c4bcf4187e074b-cgu.12
>>>
std-441959e578fbfa8d.std.a9c4bcf4187e074b-cgu.12.rcgu.o:(std::sys::pal::unix::process::process_inner::_$LT$impl$u20$std..sys..pal..unix..process..process_common..Command$GT$::spawn::h724773c9ab5e1423)
in archive src/gallium/frontends/rusticl/librusticl.a
>>> referenced by std.a9c4bcf4187e074b-cgu.12
>>>
std-441959e578fbfa8d.std.a9c4bcf4187e074b-cgu.12.rcgu.o:(std::sys::pal::unix::process::process_inner::_$LT$impl$u20$std..sys..pal..unix..process..process_common..Command$GT$::do_exec::h6b054e9307c48bbd)
in archive src/gallium/frontends/rusticl/librusticl.a
>>> referenced by std.a9c4bcf4187e074b-cgu.12
>>>
std-441959e578fbfa8d.std.a9c4bcf4187e074b-cgu.12.rcgu.o:(std::sys::pal::unix::process::process_inner::_$LT$impl$u20$std..sys..pal..unix..process..process_common..Command$GT$::do_exec::h6b054e9307c48bbd)
in archive src/gallium/frontends/rusticl/librusticl.a
>>> referenced 1 more times
PR: 287533
Reported by: diizzy (14.3), pkg-fallout (13.5)
This reverts commit 55e196a770d60947aeec96146419a4c8cee91662. |
25.1.b.3766 05 Jul 2025 00:56:44
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.3766
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/ec05d4b1faf...d31cb824df2 |
25.1.b.3684_1 03 Jul 2025 08:46:01
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.88.0
PR: 287766 |
25.1.b.3684 03 Jul 2025 00:42:48
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.3684
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/eaad90c262b...ec05d4b1faf |
25.1.b.3233_2 03 Jul 2025 00:42:44
    |
Jan Beich (jbeich)  |
graphics/glslang: update to 15.4.0
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.4.0
Reported by: GitHub (watch releases) |
25.1.b.3233_1 03 Jul 2025 00:42:41
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2025.3.r1
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2025.2.rc1...v2025.3.rc1
Reported by: Repology |
25.1.b.3233 26 Jun 2025 00:53:36
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.3233
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/906d4d5dfe1...eaad90c262b |
25.1.b.3084 24 Jun 2025 00:35:20
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.3084
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/d31b0c9b3b6...906d4d5dfe1 |
25.1.b.2972 21 Jun 2025 00:55:18
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.2972
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/cd981e27f7f...d31b0c9b3b6 |
25.1.b.2820 19 Jun 2025 00:31:00
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.2820
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/6781dcc5656...cd981e27f7f |
25.1.b.2584 14 Jun 2025 00:39:28
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.2584
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/6b2331d5f75...6781dcc5656 |
25.1.b.2283 10 Jun 2025 00:30:09
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.2283
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/111005066db...6b2331d5f75 |
25.1.b.2196 06 Jun 2025 20:55:15
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.2196
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/1ad37360dea...111005066db |
25.1.b.2068_1 05 Jun 2025 07:52:53
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.87.0
PR: 286829 |
25.1.b.2068 04 Jun 2025 21:49:37
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.2068
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/aae67ab678a...1ad37360dea |
25.1.b.1873 31 May 2025 22:47:06
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.1873
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/41f2da1a6e4...aae67ab678a |
25.1.b.1555 23 May 2025 23:05:24
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.1555
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/80f6b5b4834...41f2da1a6e4 |
25.1.b.1484 22 May 2025 00:35:54
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.1484
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/2212865ce0d...80f6b5b4834 |
25.1.b.1349 17 May 2025 00:57:09
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.1349
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b5e657da48b...2212865ce0d |
25.1.b.1221 15 May 2025 00:46:03
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.1221
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/7c4f501e99d...b5e657da48b |
25.1.b.1019 10 May 2025 00:38:58
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.1019
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/e7ce35f3c50...7c4f501e99d |
25.1.b.649 03 May 2025 19:54:36
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.649
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8a339cdebcc...e7ce35f3c50 |
25.1.b.603 03 May 2025 00:37:04
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.603
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/d31172d092f...8a339cdebcc |
25.1.b.362_2 01 May 2025 19:45:21
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: add aarch64 workaround from graphics/mesa-dri
In file included from ../src/gallium/winsys/sw/dri/dri_sw_winsys.c:50:
In file included from ../src/gallium/include/pipe/p_state.h:47:
../src/util/u_memory.h:87:9: warning: 'CACHE_LINE_SIZE' macro redefined
[-Wmacro-redefined]
87 | #define CACHE_LINE_SIZE 64
| ^
/usr/include/machine/param.h:85:9: note: previous definition is here
85 | #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT)
| ^
PR: 286509
Reported by: Evgenii Khramtsov |
25.1.b.362_1 26 Apr 2025 00:33:36
    |
Jan Beich (jbeich)  |
graphics/glslang: update to 15.3.0
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.3.0
Reported by: GitHub (watch releases) |
25.1.b.362 24 Apr 2025 00:55:53
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.362
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/d31172d092f...d31172d092f |
25.1.b.228_1 24 Apr 2025 00:55:20
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2025.2.r1
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2025.1...v2025.2.rc1
Reported by: Repology |
25.1.b.228 21 Apr 2025 22:58:29
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.228
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/84f18f31ad7...d31172d092f |
25.1.b.169 19 Apr 2025 00:29:37
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.169
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/269b09c4498...84f18f31ad7 |
25.1.b.26 17 Apr 2025 00:54:18
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: temporarily drop powerpc64le fix
===> Patching for mesa-devel-25.1.b.26
===> Applying distribution patches for mesa-devel-25.1.b.26
1 out of 1 hunks failed--saving rejects to meson.build.rej
===> FAILED Applying distribution patch 11aaf934112c.patch with -p1
*** Error code 1 |
25.1.b.26 17 Apr 2025 00:54:12
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.1.b.26
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/fc7badeac09...269b09c4498 |
25.0.b.3071 12 Apr 2025 23:00:44
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.0.b.3071
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/fdbdfaed015...fc7badeac09 |
25.0.b.2936 10 Apr 2025 00:42:05
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.0.b.2936
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/03aca2d248c...fdbdfaed015 |
25.0.b.2739_1 08 Apr 2025 08:41:13
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.86.0
PR: 285840 |
25.0.b.2739 04 Apr 2025 21:57:39
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.0.b.2739
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/ee0ee2a3174...03aca2d248c |
25.0.b.2650 03 Apr 2025 00:51:04
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.0.b.2650
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/5d6d167a7c2...ee0ee2a3174 |
25.0.b.2555 01 Apr 2025 00:35:54
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.0.b.2555
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b74a6e05bd6...5d6d167a7c2 |
25.0.b.2516 30 Mar 2025 00:57:31
    |
Jan Beich (jbeich)  |
graphics/mesa-devel: update to 25.0.b.2516
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8b0271050a4...b74a6e05bd6 |