From: Eric Anholt Date: Mon, 4 Jun 2018 22:32:14 +0000 (-0700) Subject: travis: Add the v3d driver to the automake build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22cc83cf870ba34ba2b8187698661f227fcec28b;p=mesa.git travis: Add the v3d driver to the automake build. Hopefully this reduces the number of fixup commits we need for the automake build. Reviewed-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/.travis.yml b/.travis.yml index b367bd74d92..b1fc7de9587 100644 --- a/.travis.yml +++ b/.travis.yml @@ -159,7 +159,7 @@ matrix: - DRI_LOADERS="--disable-glx --disable-gbm --disable-egl" - DRI_DRIVERS="" - GALLIUM_ST="--enable-dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx-bellagio --disable-gallium-osmesa" - - GALLIUM_DRIVERS="i915,nouveau,pl111,r300,r600,freedreno,svga,swrast,vc4,virgl,etnaviv,imx" + - GALLIUM_DRIVERS="i915,nouveau,pl111,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv,imx" - VULKAN_DRIVERS="" - LIBUNWIND_FLAGS="--enable-libunwind" addons: