Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: 2ee98d1c by Timo Aaltonen at 2026-08-04T09:08:53+03:00 rules: Fix some dri/vulkan defaults. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mesa (26.2.0~rc3-2) UNRELEASED; urgency=medium + + * rules: Fix some dri/vulkan defaults. + + -- Timo Aaltonen <[email protected]> Tue, 04 Aug 2026 09:08:45 +0300 + mesa (26.2.0~rc3-1) experimental; urgency=medium * New upstream release candidate. ===================================== debian/rules ===================================== @@ -84,9 +84,9 @@ else # etnaviv, tegra, vc4 and v3d kernel support are only available on armhf and arm64 ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64)) - GALLIUM_DEFAULTS += panfrost v3d + GALLIUM_DEFAULTS += panfrost v3d vmwgfx GALLIUM_DRIVERS += etnaviv panfrost svga tegra vc4 v3d - VULKAN_DEFAULTS += broadcom panvk + VULKAN_DEFAULTS += v3dv panvk VULKAN_DRIVERS += broadcom panfrost endif @@ -95,6 +95,7 @@ else endif ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64 riscv64)) + VULKAN_DEFAULTS += pvr VULKAN_DRIVERS += imagination endif View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/2ee98d1c0b8ba28c5d0beba2262b61956fb34bee -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/2ee98d1c0b8ba28c5d0beba2262b61956fb34bee You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

