From: Emil Velikov Date: Wed, 1 Feb 2017 22:30:24 +0000 (+0000) Subject: configure.ac: add swr to the gallium drivers list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49f6408940fec43751fd597a46b7266e6a093719;p=mesa.git configure.ac: add swr to the gallium drivers list. v2: Rebase on top of ILO removal. Signed-off-by: Emil Velikov Reviewed-by: Andres Gomez Reviewed-by: Eric Anholt --- diff --git a/configure.ac b/configure.ac index 0addfd5992b..b4ae067e4e0 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"])