projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
787ab42
)
travis: Add radeonsi to continuous integration
author
Rhys Kidd
<rhyskidd@gmail.com>
Wed, 5 Apr 2017 03:56:04 +0000
(23:56 -0400)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 5 Apr 2017 17:19:51 +0000
(18:19 +0100)
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 0b03ae727fa261e1047998876e63ae5f5349e2af..23c4bb53d752f014636e8b228958100c262834ad 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-114,7
+114,7
@@
script:
./autogen.sh --enable-debug
--with-egl-platforms=x11,drm
--with-dri-drivers=i915,i965,radeon,r200,swrast,nouveau
- --with-gallium-drivers=i915,nouveau,r300,r600,freedreno,svga,swrast,vc4,virgl,etnaviv,imx
+ --with-gallium-drivers=i915,nouveau,r300,r600,
radeonsi,
freedreno,svga,swrast,vc4,virgl,etnaviv,imx
--with-vulkan-drivers=radeon
--disable-llvm-shared-libs
;