From 67385aba940a3750b135132f6706c1ee07b3c41b Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Mon, 11 Aug 2025 19:45:28 +0800 Subject: [PATCH] ci/windows: Enable virgl for MSVC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guard virgl to be compiled with MSVC Signed-off-by: Yonggang Luo Reviewed-by: Jesse Natalie Acked-by: Corentin Noël Part-of: --- .gitlab-ci/windows/mesa_build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/windows/mesa_build.ps1 b/.gitlab-ci/windows/mesa_build.ps1 index 559c757c0c6..502cee27bb7 100644 --- a/.gitlab-ci/windows/mesa_build.ps1 +++ b/.gitlab-ci/windows/mesa_build.ps1 @@ -48,7 +48,7 @@ meson setup ` -Dllvm=enabled ` -Dshared-llvm=disabled ` -Dvulkan-drivers="swrast,amd,microsoft-experimental" ` --Dgallium-drivers="llvmpipe,softpipe,d3d12,zink" ` +-Dgallium-drivers="llvmpipe,softpipe,d3d12,zink,virgl" ` -Dgallium-va=enabled ` -Dgallium-mediafoundation=enabled ` -Dvideo-codecs="all" `