gitlab-ci: add panfrost to the gallium drivers build

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Eric Engestrom 2019-03-09 22:53:27 +00:00
parent e6ba67dd65
commit db944999a1
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ meson-gallium-drivers-other:
-D gallium-xa=false
-D gallium-nine=false
-D gallium-opencl=disabled
GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv"
GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost"
LLVM_VERSION: "5.0"
meson-gallium-clover-llvm: