Mesa (master): configure.ac: add swr to the gallium drivers list.

Emil Velikov evelikov at kemper.freedesktop.org
Tue Feb 7 11:17:42 UTC 2017


Module: Mesa
Branch: master
Commit: 49f6408940fec43751fd597a46b7266e6a093719
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=49f6408940fec43751fd597a46b7266e6a093719

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Feb  1 22:30:24 2017 +0000

configure.ac: add swr to the gallium drivers list.

v2: Rebase on top of ILO removal.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Andres Gomez <agomez at igalia.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0addfd5..b4ae067 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1238,7 +1238,7 @@ GALLIUM_DRIVERS_DEFAULT="r300,r600,svga,swrast"
 AC_ARG_WITH([gallium-drivers],
     [AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@],
         [comma delimited Gallium drivers list, e.g.
-        "i915,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,etnaviv,imx"
+        "i915,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,swr,vc4,virgl,etnaviv,imx"
         @<:@default=r300,r600,svga,swrast@:>@])],
     [with_gallium_drivers="$withval"],
     [with_gallium_drivers="$GALLIUM_DRIVERS_DEFAULT"])




More information about the mesa-commit mailing list