Update to 20.1.0-rc4
enable vulkan device selection layer
This commit is contained in:
parent
aec0292007
commit
598ea843c7
@ -50,7 +50,7 @@
|
||||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 20.0.7
|
||||
%global ver 20.1.0-rc4
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
@ -365,6 +365,7 @@ sed -i -e 's/cpp_std=gnu++11/cpp_std=gnu++14/g' meson.build
|
||||
-Dbuild-tests=false \
|
||||
-Dselinux=true \
|
||||
-Dosmesa=gallium \
|
||||
-Dvulkan-device-select-layer=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -580,6 +581,8 @@ popd
|
||||
%endif
|
||||
%{_libdir}/libvulkan_radeon.so
|
||||
%{_datadir}/vulkan/icd.d/radeon_icd.*.json
|
||||
%{_libdir}/libVkLayer_MESA_device_select.so
|
||||
%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
|
||||
%endif
|
||||
|
||||
%files vulkan-devel
|
||||
@ -590,6 +593,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 22 2020 Dave Airlie <airlied@redhat.com> - 20.1.0~rc4-1
|
||||
- Update to 20.1.0-rc4
|
||||
|
||||
* Thu May 14 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.7-1
|
||||
- Update to 20.0.7
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mesa-20.0.7.tar.xz) = 00baae50f14bf2b08b5654dffb11cf67499dc1825e1700b137fb5719e767e0e78e789979df2c194f677ea9c5e531f34965d47b9e37c239944c38d0570c7a9685
|
||||
SHA512 (mesa-20.1.0-rc4.tar.xz) = 31358470a330294fa4842997cd2e6f00c4ee6cac10d6c264aa673a10d82c29051fea2e83629e2a638b659df4cb17f4e2b9d0fff1c6f6259d07d9db4dbfa10824
|
||||
|
Loading…
Reference in New Issue
Block a user