Accepting request 893063 from X11:XOrg
- reenabled build of device-select and overlay vulkan layers OBS-URL: https://build.opensuse.org/request/show/893063 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=405
This commit is contained in:
commit
92d601c95d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 14 03:24:24 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- reenabled build of device-select and overlay vulkan layers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 6 19:00:36 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Thu May 6 19:00:36 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -778,8 +778,7 @@ egl_platforms=x11,wayland
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{with_vulkan}
|
%if 0%{with_vulkan}
|
||||||
-Dvulkan-drivers=intel,amd \
|
-Dvulkan-drivers=intel,amd \
|
||||||
-Dvulkan-device-select-layer=true \
|
-Dvulkan-layers=device-select,overlay \
|
||||||
-Dvulkan-overlay-layer=true \
|
|
||||||
%else
|
%else
|
||||||
-Dvulkan-drivers= \
|
-Dvulkan-drivers= \
|
||||||
%endif
|
%endif
|
||||||
@ -863,8 +862,6 @@ rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
|||||||
|
|
||||||
# dropped with Mesa 21.1.0
|
# dropped with Mesa 21.1.0
|
||||||
mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
|
mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
|
||||||
mkdir -p -m 755 %{buildroot}/%{_datadir}/vulkan/implicit_layer.d
|
|
||||||
mkdir -p -m 755 %{buildroot}/%{_datadir}/vulkan/explicit_layer.d
|
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
@ -1139,12 +1136,17 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
|||||||
%dir %{_includedir}/vulkan
|
%dir %{_includedir}/vulkan
|
||||||
|
|
||||||
%files -n Mesa-vulkan-device-select
|
%files -n Mesa-vulkan-device-select
|
||||||
|
%{_libdir}/libVkLayer_MESA_device_select.so
|
||||||
%dir %{_datadir}/vulkan
|
%dir %{_datadir}/vulkan
|
||||||
%dir %{_datadir}/vulkan/implicit_layer.d
|
%dir %{_datadir}/vulkan/implicit_layer.d
|
||||||
|
%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
|
||||||
|
|
||||||
%files -n Mesa-vulkan-overlay
|
%files -n Mesa-vulkan-overlay
|
||||||
|
%{_bindir}/mesa-overlay-control.py
|
||||||
|
%{_libdir}/libVkLayer_MESA_overlay.so
|
||||||
%dir %{_datadir}/vulkan
|
%dir %{_datadir}/vulkan
|
||||||
%dir %{_datadir}/vulkan/explicit_layer.d
|
%dir %{_datadir}/vulkan/explicit_layer.d
|
||||||
|
%{_datadir}/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 14 03:24:24 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- reenabled build of device-select and overlay vulkan layers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 6 19:00:36 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Thu May 6 19:00:36 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
10
Mesa.spec
10
Mesa.spec
@ -777,8 +777,7 @@ egl_platforms=x11,wayland
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{with_vulkan}
|
%if 0%{with_vulkan}
|
||||||
-Dvulkan-drivers=intel,amd \
|
-Dvulkan-drivers=intel,amd \
|
||||||
-Dvulkan-device-select-layer=true \
|
-Dvulkan-layers=device-select,overlay \
|
||||||
-Dvulkan-overlay-layer=true \
|
|
||||||
%else
|
%else
|
||||||
-Dvulkan-drivers= \
|
-Dvulkan-drivers= \
|
||||||
%endif
|
%endif
|
||||||
@ -862,8 +861,6 @@ rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
|||||||
|
|
||||||
# dropped with Mesa 21.1.0
|
# dropped with Mesa 21.1.0
|
||||||
mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
|
mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
|
||||||
mkdir -p -m 755 %{buildroot}/%{_datadir}/vulkan/implicit_layer.d
|
|
||||||
mkdir -p -m 755 %{buildroot}/%{_datadir}/vulkan/explicit_layer.d
|
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
@ -1138,12 +1135,17 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
|||||||
%dir %{_includedir}/vulkan
|
%dir %{_includedir}/vulkan
|
||||||
|
|
||||||
%files -n Mesa-vulkan-device-select
|
%files -n Mesa-vulkan-device-select
|
||||||
|
%{_libdir}/libVkLayer_MESA_device_select.so
|
||||||
%dir %{_datadir}/vulkan
|
%dir %{_datadir}/vulkan
|
||||||
%dir %{_datadir}/vulkan/implicit_layer.d
|
%dir %{_datadir}/vulkan/implicit_layer.d
|
||||||
|
%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
|
||||||
|
|
||||||
%files -n Mesa-vulkan-overlay
|
%files -n Mesa-vulkan-overlay
|
||||||
|
%{_bindir}/mesa-overlay-control.py
|
||||||
|
%{_libdir}/libVkLayer_MESA_overlay.so
|
||||||
%dir %{_datadir}/vulkan
|
%dir %{_datadir}/vulkan
|
||||||
%dir %{_datadir}/vulkan/explicit_layer.d
|
%dir %{_datadir}/vulkan/explicit_layer.d
|
||||||
|
%{_datadir}/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user