Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: f0270906 by Timo Aaltonen at 2020-12-29T17:57:04+02:00 rules: Enable lavapipe (vulkan swrast) where llvm and vulkan is enabled. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mesa (20.3.1-2) UNRELEASED; urgency=medium + + * rules: Enable lavapipe (vulkan swrast) where llvm and vulkan is + enabled. + + -- Timo Aaltonen <[email protected]> Tue, 29 Dec 2020 17:46:25 +0200 + mesa (20.3.1-1) experimental; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -52,10 +52,10 @@ else confflags_GALLIUM += -Dgallium-vdpau=enabled confflags_GALLIUM += -Dlmsensors=enabled - # radv needs LLVM and the Vulkan loader, so only build on the subset of + # radv/lavapipe needs LLVM and the Vulkan loader, so only build on the subset of # arches where we have LLVM enabled and where the Vulkan loader is built. ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64)) - VULKAN_DRIVERS += amd + VULKAN_DRIVERS += amd swrast endif ifeq ($(DEB_HOST_ARCH_OS), linux) View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/f027090608273014974120b9fc2c9b05a2b9bfa3 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/f027090608273014974120b9fc2c9b05a2b9bfa3 You're receiving this email because of your account on salsa.debian.org.

