Module: Mesa Branch: master Commit: db944999a1bad94471966862cc38212019165937 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db944999a1bad94471966862cc38212019165937
Author: Eric Engestrom <[email protected]> Date: Sat Mar 9 22:53:27 2019 +0000 gitlab-ci: add panfrost to the gallium drivers build Signed-off-by: Eric Engestrom <[email protected]> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78eaaec81b9..014e06b29dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
