Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits:
-
9ef9f6aa
by Timo Aaltonen at 2021-05-06T19:16:04+03:00
-
ba7efd09
by Timo Aaltonen at 2021-05-06T20:05:16+03:00
-
4d4811d4
by Timo Aaltonen at 2021-05-06T20:06:27+03:00
-
6383f7b9
by Timo Aaltonen at 2021-05-06T20:26:12+03:00
3 changed files:
Changes:
1 |
+mesa (21.1.0-3) experimental; urgency=medium
|
|
2 |
+ |
|
3 |
+ * rules: Drop the rule to clean up vulkan headers, not needed anymore.
|
|
4 |
+ * rules: Update vulkan layer option selection.
|
|
5 |
+ * libgbm1.symbols: Updated.
|
|
6 |
+ |
|
7 |
+ -- Timo Aaltonen <tjaalton@debian.org> Thu, 06 May 2021 20:25:50 +0300
|
|
8 |
+ |
|
1 | 9 |
mesa (21.1.0-2) experimental; urgency=medium
|
2 | 10 |
|
3 | 11 |
* control: Bump libdrm-dev build-dep.
|
... | ... | @@ -6,6 +6,7 @@ libgbm.so.1 libgbm1 #MINVER# |
6 | 6 |
gbm_bo_get_bpp@Base 17.3.0~rc1
|
7 | 7 |
gbm_bo_get_device@Base 8.1~0
|
8 | 8 |
gbm_bo_get_fd@Base 10.2~0
|
9 |
+ gbm_bo_get_fd_for_plane@Base 21.1.0
|
|
9 | 10 |
gbm_bo_get_format@Base 8.1~0
|
10 | 11 |
gbm_bo_get_handle@Base 7.11~1
|
11 | 12 |
gbm_bo_get_handle_for_plane@Base 17.1.0~rc2
|
... | ... | @@ -121,8 +121,7 @@ else |
121 | 121 |
# build vulkan layers where Vulkan loader is available
|
122 | 122 |
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32))
|
123 | 123 |
GALLIUM_DRIVERS += zink
|
124 |
- confflags_VULKAN += -Dvulkan-device-select-layer=true
|
|
125 |
- confflags_VULKAN += -Dvulkan-overlay-layer=true
|
|
124 |
+ confflags_VULKAN += -Dvulkan-layers="device-select, overlay"
|
|
126 | 125 |
endif
|
127 | 126 |
|
128 | 127 |
ifeq (,$(filter pkg.mesa.nolibva,$(DEB_BUILD_PROFILES)))
|
... | ... | @@ -221,12 +220,6 @@ override_dh_install: |
221 | 220 |
mv debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/dri/*_dri.so \
|
222 | 221 |
debian/libgl1-mesa-dri/usr/lib/${DEB_HOST_MULTIARCH}/dri/
|
223 | 222 |
|
224 |
- # Remove vulkan headers only where they get installed in tmp
|
|
225 |
- # We ship those headers via src:vulkan / libvulkan-dev
|
|
226 |
- ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 x32))
|
|
227 |
- rmdir debian/tmp/usr/include/vulkan
|
|
228 |
- endif
|
|
229 |
- |
|
230 | 223 |
ifneq ($(DEB_HOST_ARCH_OS), hurd)
|
231 | 224 |
# Copy the hardlinked vdpau drivers correctly.
|
232 | 225 |
install -m755 -d debian/mesa-vdpau-drivers/usr/lib/${DEB_HOST_MULTIARCH}/vdpau/
|