Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux (Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32)

This commit is contained in:
Koichiro Iwao 2025-03-31 09:49:33 +00:00 committed by root
commit 6c050b551f
2 changed files with 2577 additions and 2 deletions

2565
SOURCES/RHEL-53423.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -73,7 +73,7 @@ Name: mesa
Summary: Mesa graphics libraries
%global ver 24.2.8
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}.alma.1
Release: 2%{?dist}.alma.1
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@ -115,6 +115,11 @@ BuildRequires: wayland-devel
Patch10: gnome-shell-glthread-disable.patch
# AMD Navi4x support:
# Backport fixes for radeonsi and disable GFX12 on radv
# https://issues.redhat.com/browse/RHEL-53419
Patch11: RHEL-53423.patch
# Build our own version but keep the dependency for the RPM macros
BuildRequires: meson
BuildRequires: gcc
@ -854,10 +859,15 @@ popd
%endif
%changelog
* Tue Mar 11 2025 Koichiro Iwao <meta@almalinux.org> - 24.2.8-1.alma.1
* Mon Mar 31 2025 Koichiro Iwao <meta@almalinux.org> - 24.2.8-2.alma.1
- Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux (Resolves:
https://github.com/AlmaLinux/raspberry-pi/issues/32)
* Thu Feb 13 2025 José Expósito <jexposit@redhat.com> - 24.2.8-2
- AMD Navi4x support
Backport fixes for radeonsi and disable GFX12 on radv
Resolves: https://issues.redhat.com/browse/RHEL-53419
* Thu Nov 28 2024 José Expósito <jexposit@redhat.com> - 24.2.8-1
- Update to 24.2.8
Resolves: https://issues.redhat.com/browse/RHEL-53868