SHA256
1
0
forked from pool/Mesa

Accepting request 625410 from home:Guillaume_G:branches:X11:XOrg

- Enable virgl on ARM

OBS-URL: https://build.opensuse.org/request/show/625410
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=761
This commit is contained in:
Stefan Dirsch 2018-07-26 13:25:24 +00:00 committed by Git OBS Bridge
parent bfde2c5fe6
commit 0040a17822
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 26 10:30:26 UTC 2018 - guillaume.gardet@opensuse.org
- Enable virgl on ARM
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 16 10:21:54 UTC 2018 - sndirsch@suse.com Mon Jul 16 10:21:54 UTC 2018 - sndirsch@suse.com

View File

@ -826,7 +826,7 @@ export PYTHON2=%{_bindir}/python3
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64
--enable-xa \ --enable-xa \
--with-dri-drivers=nouveau \ --with-dri-drivers=nouveau \
--with-gallium-drivers=r300,r600,nouveau,swrast,freedreno,vc4 \ --with-gallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4 \
%endif %endif
%ifarch ppc64 ppc64le %ifarch ppc64 ppc64le
--enable-xa \ --enable-xa \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 26 10:30:26 UTC 2018 - guillaume.gardet@opensuse.org
- Enable virgl on ARM
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 16 10:21:54 UTC 2018 - sndirsch@suse.com Mon Jul 16 10:21:54 UTC 2018 - sndirsch@suse.com

View File

@ -825,7 +825,7 @@ export PYTHON2=%{_bindir}/python3
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64
--enable-xa \ --enable-xa \
--with-dri-drivers=nouveau \ --with-dri-drivers=nouveau \
--with-gallium-drivers=r300,r600,nouveau,swrast,freedreno,vc4 \ --with-gallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4 \
%endif %endif
%ifarch ppc64 ppc64le %ifarch ppc64 ppc64le
--enable-xa \ --enable-xa \