summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-04-07 14:06:25 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2017-04-29 13:39:40 +0100
commit0e6a36cd3f2db7208e85864d4d552f8575200fbe (patch)
tree41611eda438f0b96a027e4608f42c77cf0fedb6c /.travis.yml
parentb3f2076549ec2bf13ee8bca965d3bf887abb6f20 (diff)
travis: add Gallium state-tracker targets
Split into OpenCL and others, since the former is quite time consuming. v2: - explicitly enable/disable components - build libvdpau 1.1 requirement - enable st/vdpau - build libva 1.6.2 (API 0.38) requirement v3: Drop ubuntu-toolchain-r-test from sources (Andres) Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Andres Gomez <agomez@igalia.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml80
1 files changed, 80 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e35b6e2759..563d9e25379 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,8 @@ env:
- LIBXCB_VERSION=libxcb-1.11
- LIBXSHMFENCE_VERSION=libxshmfence-1.2
- LIBTXC_DXTN_VERSION=libtxc_dxtn-1.0.1
+ - LIBVDPAU_VERSION=libvdpau-1.1
+ - LIBVA_VERSION=libva-1.6.2
- PKG_CONFIG_PATH=$HOME/prefix/lib/pkgconfig
- LD_LIBRARY_PATH="$HOME/prefix/lib:$LD_LIBRARY_PATH"
@@ -33,6 +35,7 @@ matrix:
# XXX: Add wayland platform
- DRI_LOADERS="--enable-glx --enable-gbm --enable-egl --with-platforms=x11,drm,surfaceless --enable-osmesa"
- DRI_DRIVERS="i915,i965,radeon,r200,swrast,nouveau"
+ - GALLIUM_ST="--enable-dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx --disable-gallium-osmesa"
- GALLIUM_DRIVERS=""
- VULKAN_DRIVERS=""
addons:
@@ -55,6 +58,7 @@ matrix:
- OVERRIDE_CXX="g++-5"
- 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 --disable-gallium-osmesa"
- GALLIUM_DRIVERS="swr"
- VULKAN_DRIVERS=""
addons:
@@ -82,6 +86,7 @@ matrix:
- LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
- 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 --disable-gallium-osmesa"
- GALLIUM_DRIVERS="i915,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,etnaviv,imx"
- VULKAN_DRIVERS=""
addons:
@@ -99,6 +104,70 @@ matrix:
- libx11-xcb-dev
- libelf-dev
- env:
+ # NOTE: Analogous to SWR above, building Clover is quite slow.
+ - LABEL="make Gallium ST Clover"
+ - BUILD=make
+ - MAKEFLAGS=-j2
+ - MAKE_CHECK_COMMAND="true"
+ - LLVM_VERSION=3.6
+ - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
+ - OVERRIDE_CC=gcc-4.7
+ - OVERRIDE_CXX=g++-4.7
+ - DRI_LOADERS="--disable-glx --disable-gbm --disable-egl"
+ - DRI_DRIVERS=""
+ - GALLIUM_ST="--disable-dri --enable-opencl --enable-opencl-icd --enable-llvm --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx --disable-gallium-osmesa"
+ # i915 most likely doesn't work with OpenCL.
+ # Regardless - we're doing a quick build test here.
+ - GALLIUM_DRIVERS="i915"
+ - VULKAN_DRIVERS=""
+ addons:
+ apt:
+ sources:
+ - llvm-toolchain-trusty-3.6
+ packages:
+ - libclc-dev
+ # LLVM packaging is broken and misses these dependencies
+ - libedit-dev
+ - g++-4.7
+ # From sources above
+ - llvm-3.6-dev
+ - clang-3.6
+ - libclang-3.6-dev
+ # Common
+ - x11proto-xf86vidmode-dev
+ - libexpat1-dev
+ - libx11-xcb-dev
+ - libelf-dev
+ - env:
+ - LABEL="make Gallium ST Other"
+ - BUILD=make
+ - MAKEFLAGS=-j2
+ - MAKE_CHECK_COMMAND="true"
+ - DRI_LOADERS="--disable-glx --disable-gbm --disable-egl"
+ - DRI_DRIVERS=""
+ - GALLIUM_ST="--enable-dri --disable-opencl --enable-xa --enable-nine --enable-xvmc --enable-vdpau --enable-va --enable-omx --enable-gallium-osmesa"
+ # We need swrast for osmesa and nine.
+ # i915 most likely doesn't work with most ST.
+ # Regardless - we're doing a quick build test here.
+ - GALLIUM_DRIVERS="i915,swrast"
+ - VULKAN_DRIVERS=""
+ addons:
+ apt:
+ packages:
+ # Nine requires gcc 4.6... which is the one we have right ?
+ - libxvmc-dev
+ # Build locally, for now.
+ #- libvdpau-dev
+ #- libva-dev
+ - libomxil-bellagio-dev
+ # LLVM packaging is broken and misses these dependencies
+ - libedit-dev
+ # Common
+ - x11proto-xf86vidmode-dev
+ - libexpat1-dev
+ - libx11-xcb-dev
+ - libelf-dev
+ - env:
- LABEL="make Vulkan"
- BUILD=make
- MAKEFLAGS=-j2
@@ -110,6 +179,8 @@ matrix:
# XXX: Platform X11 dependencies are checked when --enable-glx is set
- DRI_LOADERS="--enable-glx --disable-gbm --enable-egl --with-platforms=x11"
- DRI_DRIVERS=""
+ # XXX: enable DRI for EGL above
+ - GALLIUM_ST="--enable-dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx --disable-gallium-osmesa"
- GALLIUM_DRIVERS=""
- VULKAN_DRIVERS="intel,radeon"
addons:
@@ -254,6 +325,14 @@ install:
(cd $LIBTXC_DXTN_VERSION && ./configure --prefix=$HOME/prefix && make install);
fi
+ - wget http://people.freedesktop.org/~aplattner/vdpau/$LIBVDPAU_VERSION.tar.bz2
+ - tar -jxvf $LIBVDPAU_VERSION.tar.bz2
+ - (cd $LIBVDPAU_VERSION && ./configure --prefix=$HOME/prefix && make install)
+
+ - wget http://www.freedesktop.org/software/vaapi/releases/libva/$LIBVA_VERSION.tar.bz2
+ - tar -jxvf $LIBVA_VERSION.tar.bz2
+ - (cd $LIBVA_VERSION && ./configure --prefix=$HOME/prefix --disable-wayland --disable-dummy-driver && make install)
+
# Generate the header since one is missing on the Travis instance
- mkdir -p linux
- printf "%s\n" \
@@ -277,6 +356,7 @@ script:
./autogen.sh --enable-debug
$DRI_LOADERS
--with-dri-drivers=$DRI_DRIVERS
+ $GALLIUM_ST
--with-gallium-drivers=$GALLIUM_DRIVERS
--with-vulkan-drivers=$VULKAN_DRIVERS
--disable-llvm-shared-libs