Build i915 gallium driver (#2100212)

This commit is contained in:
Pete Walter 2022-07-14 04:01:17 +01:00
parent 482140377d
commit 74f24c3b0e

View file

@ -13,6 +13,7 @@
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
%global with_crocus 1 %global with_crocus 1
%global with_i915 1
%global with_iris 1 %global with_iris 1
%global with_vmware 1 %global with_vmware 1
%global with_xa 1 %global with_xa 1
@ -333,7 +334,7 @@ cp %{SOURCE1} docs/
-Ddri3=enabled \ -Ddri3=enabled \
-Dosmesa=true \ -Dosmesa=true \
%if 0%{?with_hardware} %if 0%{?with_hardware}
-Dgallium-drivers=swrast,virgl,nouveau%{?with_r300:,r300}%{?with_crocus:,crocus}%{?with_iris:,iris}%{?with_vmware:,svga}%{?with_radeonsi:,radeonsi}%{?with_r600:,r600}%{?with_freedreno:,freedreno}%{?with_etnaviv:,etnaviv}%{?with_tegra:,tegra}%{?with_vc4:,vc4}%{?with_v3d:,v3d}%{?with_kmsro:,kmsro}%{?with_lima:,lima}%{?with_panfrost:,panfrost}%{?with_vulkan_hw:,zink} \ -Dgallium-drivers=swrast,virgl,nouveau%{?with_r300:,r300}%{?with_crocus:,crocus}%{?with_i915:,i915}%{?with_iris:,iris}%{?with_vmware:,svga}%{?with_radeonsi:,radeonsi}%{?with_r600:,r600}%{?with_freedreno:,freedreno}%{?with_etnaviv:,etnaviv}%{?with_tegra:,tegra}%{?with_vc4:,vc4}%{?with_v3d:,v3d}%{?with_kmsro:,kmsro}%{?with_lima:,lima}%{?with_panfrost:,panfrost}%{?with_vulkan_hw:,zink} \
%else %else
-Dgallium-drivers=swrast,virgl \ -Dgallium-drivers=swrast,virgl \
%endif %endif
@ -486,6 +487,7 @@ popd
%endif %endif
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
%{_libdir}/dri/crocus_dri.so %{_libdir}/dri/crocus_dri.so
%{_libdir}/dri/i915_dri.so
%{_libdir}/dri/iris_dri.so %{_libdir}/dri/iris_dri.so
%endif %endif
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64