Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: 1ba4b249 by Timo Aaltonen at 2024-08-08T09:47:36+03:00 rules: Build softpipe or llvmpipe depending on the arch, not both. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ mesa (24.2.0~rc4-2) UNRELEASED; urgency=medium * rules: Build llvmpipe only where llvm is enabled. + * rules: Build softpipe or llvmpipe depending on the arch, not both. -- Timo Aaltonen <tjaal...@debian.org> Wed, 07 Aug 2024 20:34:26 +0300 ===================================== debian/rules ===================================== @@ -35,7 +35,7 @@ else endif EGL_PLATFORMS = x11 -GALLIUM_DRIVERS = softpipe +GALLIUM_DRIVERS = VULKAN_DRIVERS = VULKAN_LAYERS = @@ -52,6 +52,7 @@ WINE_ARCHS = amd64 arm64 armel armhf i386 # hurd doesn't do direct rendering ifeq ($(DEB_HOST_ARCH_OS), hurd) + GALLIUM_DRIVERS += softpipe confflags_DIRECT_RENDERING = -Dglx-direct=false confflags_GBM = -Dgbm=disabled else @@ -140,6 +141,7 @@ else confflags_GALLIUM += -Dgallium-nine=true endif else + GALLIUM_DRIVERS += softpipe confflags_GALLIUM += -Dllvm=disabled endif View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/1ba4b2499e875266f6fbd7ba20068fb569986286 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/1ba4b2499e875266f6fbd7ba20068fb569986286 You're receiving this email because of your account on salsa.debian.org.