mesa: 25.3.2 -> 25.3.3

32-bit build errors fixed.
This commit is contained in:
K900
2026-01-01 22:58:56 +03:00
parent 3f988e5098
commit ed9dbbd2c3
2 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -5,14 +5,14 @@
# nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa
rec {
pname = "mesa";
version = "25.3.2";
version = "25.3.3";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mesa";
repo = "mesa";
rev = "mesa-${version}";
hash = "sha256-wvRKKSDA4QxLB4J7fLLZvEXl3xsPMIF21iHsgl0l5vg=";
hash = "sha256-CMZsnphyOmaU5YzAHyyahz2UrYtJknYvWX1wbx9RUmQ=";
};
meta = {
+2 -4
View File
@@ -50,6 +50,7 @@
"asahi" # Apple AGX
"crocus" # Intel legacy
"d3d12" # WSL emulated GPU (aka Dozen)
"ethosu" # ARM Ethos NPU
"etnaviv" # Vivante GPU designs (mostly NXP/Marvell SoCs)
"freedreno" # Qualcomm Adreno (all Qualcomm SoCs)
"i915" # Intel extra legacy
@@ -61,6 +62,7 @@
"r300" # very old AMD
"r600" # less old AMD
"radeonsi" # new AMD (GCN+)
"rocket" # Rockchip NPU
"softpipe" # older software renderer
"svga" # VMWare virtualized GPU
"tegra" # Nvidia Tegra SoCs
@@ -68,10 +70,6 @@
"vc4" # Broadcom VC4 (Raspberry Pi 0-3)
"virgl" # QEMU virtualized GPU (aka VirGL)
"zink" # generic OpenGL over Vulkan, experimental
]
++ lib.optionals stdenv.hostPlatform.is64bit [
"ethosu" # ARM Ethos NPU, does not build on 32-bit
"rocket" # Rockchip NPU, probably horribly broken on 32-bit
],
vulkanDrivers ? [
"amd" # AMD (aka RADV)