Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: 74651ecd by Timo Aaltonen at 2021-01-06T12:05:04+02:00 rules: Disable vulkan swrast, it's getting used instead of the native driver. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ mesa (20.3.2-2) UNRELEASED; urgency=medium * path_max.diff: Updated. + * rules: Disable vulkan swrast, it's getting used instead of the + native driver. -- Timo Aaltonen <[email protected]> Mon, 04 Jan 2021 09:07:25 +0200 ===================================== debian/rules ===================================== @@ -55,7 +55,7 @@ else # 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 swrast + VULKAN_DRIVERS += amd endif ifeq ($(DEB_HOST_ARCH_OS), linux) View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/74651ecd5135d5bdf9305333ed3213063ea9cded -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/74651ecd5135d5bdf9305333ed3213063ea9cded You're receiving this email because of your account on salsa.debian.org.

