From 0040a17822631a9134077755a558eb4b05e30177f9d1b847c89dd49196cedf58 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 26 Jul 2018 13:25:24 +0000 Subject: [PATCH] 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 --- Mesa-drivers.changes | 5 +++++ Mesa-drivers.spec | 2 +- Mesa.changes | 5 +++++ Mesa.spec | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 3b9e259..c837f75 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -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 diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 67085a9..060a9ab 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -826,7 +826,7 @@ export PYTHON2=%{_bindir}/python3 %ifarch %{arm} aarch64 --enable-xa \ --with-dri-drivers=nouveau \ - --with-gallium-drivers=r300,r600,nouveau,swrast,freedreno,vc4 \ + --with-gallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4 \ %endif %ifarch ppc64 ppc64le --enable-xa \ diff --git a/Mesa.changes b/Mesa.changes index 3b9e259..c837f75 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -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 diff --git a/Mesa.spec b/Mesa.spec index f785a28..551d3f1 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -825,7 +825,7 @@ export PYTHON2=%{_bindir}/python3 %ifarch %{arm} aarch64 --enable-xa \ --with-dri-drivers=nouveau \ - --with-gallium-drivers=r300,r600,nouveau,swrast,freedreno,vc4 \ + --with-gallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4 \ %endif %ifarch ppc64 ppc64le --enable-xa \