Accepting request 398107 from devel:ARM:Factory
- enable vc4 and freedreno on aarch64 as well OBS-URL: https://build.opensuse.org/request/show/398107 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=517
This commit is contained in:
parent
c3db01d273
commit
26bf3783d5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 25 11:39:12 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
- enable vc4 and freedreno on aarch64 as well
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 18 17:01:35 UTC 2016 - eich@suse.com
|
Wed May 18 17:01:35 UTC 2016 - eich@suse.com
|
||||||
|
|
||||||
|
10
Mesa.spec
10
Mesa.spec
@ -25,7 +25,7 @@
|
|||||||
%else
|
%else
|
||||||
%define gallium_loader 0
|
%define gallium_loader 0
|
||||||
%endif
|
%endif
|
||||||
%ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le
|
%ifarch %ix86 x86_64 aarch64 %arm ppc ppc64 ppc64le
|
||||||
%define xvmc_support 1
|
%define xvmc_support 1
|
||||||
%define vdpau_nouveau 1
|
%define vdpau_nouveau 1
|
||||||
%define vdpau_radeon 1
|
%define vdpau_radeon 1
|
||||||
@ -609,11 +609,11 @@ autoreconf -fvi
|
|||||||
--enable-va \
|
--enable-va \
|
||||||
--enable-xvmc \
|
--enable-xvmc \
|
||||||
%endif
|
%endif
|
||||||
%ifarch %arm ppc64 ppc64le
|
%ifarch aarch64 %arm ppc64 ppc64le
|
||||||
--enable-xa \
|
--enable-xa \
|
||||||
--enable-gallium-llvm \
|
--enable-gallium-llvm \
|
||||||
--with-dri-drivers=nouveau \
|
--with-dri-drivers=nouveau \
|
||||||
%ifarch %arm
|
%ifarch %arm aarch64
|
||||||
--with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno,vc4 \
|
--with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno,vc4 \
|
||||||
%else
|
%else
|
||||||
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \
|
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \
|
||||||
@ -629,7 +629,7 @@ autoreconf -fvi
|
|||||||
--with-dri-drivers=swrast \
|
--with-dri-drivers=swrast \
|
||||||
--with-gallium-drivers=swrast \
|
--with-gallium-drivers=swrast \
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64 s390x
|
%ifarch s390x
|
||||||
--enable-xa \
|
--enable-xa \
|
||||||
--enable-gallium-llvm \
|
--enable-gallium-llvm \
|
||||||
--with-dri-drivers=swrast \
|
--with-dri-drivers=swrast \
|
||||||
@ -947,7 +947,7 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
%{_libdir}/libMesaOpenCL.so*
|
%{_libdir}/libMesaOpenCL.so*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifnarch s390 s390x aarch64
|
%ifnarch s390 s390x
|
||||||
%files libva
|
%files libva
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/dri
|
%dir %{_libdir}/dri
|
||||||
|
Loading…
Reference in New Issue
Block a user