From 22cc83cf870ba34ba2b8187698661f227fcec28b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 4 Jun 2018 15:32:14 -0700 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2