[Mesa-dev] [PATCH] travis: Add the new drivers etnaviv and imx

Emil Velikov emil.l.velikov at gmail.com
Fri Jan 13 15:49:45 UTC 2017


On 13 January 2017 at 13:50, Rhys Kidd <rhyskidd at gmail.com> wrote:
> On 13 January 2017 at 02:05, Christian Gmeiner <christian.gmeiner at gmail.com>
> wrote:
>>
>> 2017-01-13 5:06 GMT+01:00 Rhys Kidd <rhyskidd at gmail.com>:
>> > Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
>> > ---
>> >  .travis.yml | 6 +++---
>> >  1 file changed, 3 insertions(+), 3 deletions(-)
>> >
>> > diff --git a/.travis.yml b/.travis.yml
>> > index 3d107aa..dfbc052 100644
>> > --- a/.travis.yml
>> > +++ b/.travis.yml
>> > @@ -32,7 +32,7 @@ env:
>> >      - DRI3PROTO_VERSION=dri3proto-1.0
>> >      - PRESENTPROTO_VERSION=presentproto-1.0
>> >      - LIBPCIACCESS_VERSION=libpciaccess-0.13.4
>> > -    - LIBDRM_VERSION=libdrm-2.4.65
>> > +    - LIBDRM_VERSION=libdrm-2.4.74
There's a hunk below which automatically bumps LIBDRM* versions, but
updating this one it won't hurt.

>> >      - XCBPROTO_VERSION=xcb-proto-1.11
>> >      - LIBXCB_VERSION=libxcb-1.11
>> >      - LIBXSHMFENCE_VERSION=libxshmfence-1.2
>> > @@ -92,7 +92,7 @@ install:
>> >
>> >    - wget http://dri.freedesktop.org/libdrm/$LIBDRM_VERSION.tar.bz2
>> >    - tar -jxvf $LIBDRM_VERSION.tar.bz2
>> > -  - (cd $LIBDRM_VERSION && ./configure --prefix=$HOME/prefix
>> > --enable-vc4 && make install)
>> > +  - (cd $LIBDRM_VERSION && ./configure --prefix=$HOME/prefix
>> > --enable-vc4 --enable-etnaviv-experimental-api && make install)
>> >
>> >    - wget $XORG_RELEASES/lib/$LIBXSHMFENCE_VERSION.tar.bz2
>> >    - tar -jxvf $LIBXSHMFENCE_VERSION.tar.bz2
>> > @@ -103,7 +103,7 @@ script:
>> >        ./autogen.sh --enable-debug
>> >          --with-egl-platforms=x11,drm
>> >          --with-dri-drivers=i915,i965,radeon,r200,swrast,nouveau
>> > -        --with-gallium-drivers=svga,swrast,vc4,virgl,r300,r600
>> > +
>> > --with-gallium-drivers=svga,swrast,vc4,virgl,r300,r600,etnaviv,imx
>> >          --disable-llvm-shared-libs
>> >          ;
>> >        make && make check;
>> > --
>> > 2.9.3
>> >
>>
>> Reviewed-by: Christian Gmeiner <christian.gmeiner at gmail.com>
>>
>
> Thank you. Could you please push to master, as I don't have commit access.
>
Done. Thanks

-Emil


More information about the mesa-dev mailing list