Module: Mesa Branch: main Commit: a4f1c926888aec08ed1de22ae7a9a53d33d7e0b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4f1c926888aec08ed1de22ae7a9a53d33d7e0b5
Author: Yonggang Luo <[email protected]> Date: Sat Jun 3 12:17:55 2023 +0800 ci: Testing -D shared-glapi=disabled with debian-clang-release Acked-by: Eric Engestrom <[email protected]> Signed-off-by: Yonggang Luo <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23409> --- .gitlab-ci/build/gitlab-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index f3f3fae8e6d..17001acb757 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -545,6 +545,7 @@ debian-clang: -D microsoft-clc=disabled -D shared-llvm=enabled -D opencl-spirv=true + -D shared-glapi=enabled GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra,d3d12,crocus,i915,asahi" VULKAN_DRIVERS: intel,amd,freedreno,broadcom,virtio,swrast,panfrost,imagination-experimental,microsoft-experimental EXTRA_OPTION: @@ -566,6 +567,22 @@ debian-clang-release: DRI_LOADERS: > -D glx=xlib -D platforms=x11,wayland + GALLIUM_ST: > + -D dri3=enabled + -D gallium-extra-hud=true + -D gallium-vdpau=enabled + -D gallium-omx=bellagio + -D gallium-va=enabled + -D gallium-xa=enabled + -D gallium-nine=true + -D gallium-opencl=icd + -D gles1=disabled + -D gles2=disabled + -D llvm=enabled + -D microsoft-clc=disabled + -D shared-llvm=enabled + -D opencl-spirv=true + -D shared-glapi=disabled windows-vs2019: extends:
