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
2 changed files:
Changes:
| 1 |
+mesa (20.3.1-2) UNRELEASED; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ * rules: Enable lavapipe (vulkan swrast) where llvm and vulkan is
|
|
| 4 |
+ enabled.
|
|
| 5 |
+ |
|
| 6 |
+ -- Timo Aaltonen <tjaalton@debian.org> Tue, 29 Dec 2020 17:46:25 +0200
|
|
| 7 |
+ |
|
| 1 | 8 |
mesa (20.3.1-1) experimental; urgency=medium
|
| 2 | 9 |
|
| 3 | 10 |
* New upstream release.
|
| ... | ... | @@ -52,10 +52,10 @@ else |
| 52 | 52 |
confflags_GALLIUM += -Dgallium-vdpau=enabled
|
| 53 | 53 |
confflags_GALLIUM += -Dlmsensors=enabled
|
| 54 | 54 |
|
| 55 |
- # radv needs LLVM and the Vulkan loader, so only build on the subset of
|
|
| 55 |
+ # radv/lavapipe needs LLVM and the Vulkan loader, so only build on the subset of
|
|
| 56 | 56 |
# arches where we have LLVM enabled and where the Vulkan loader is built.
|
| 57 | 57 |
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64))
|
| 58 |
- VULKAN_DRIVERS += amd
|
|
| 58 |
+ VULKAN_DRIVERS += amd swrast
|
|
| 59 | 59 |
endif
|
| 60 | 60 |
|
| 61 | 61 |
ifeq ($(DEB_HOST_ARCH_OS), linux)
|