ci/windows: Enable virgl for MSVC

Guard virgl to be compiled with MSVC

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: Corentin Noël <corentin.noel@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36726>
This commit is contained in:
Yonggang Luo
2025-08-11 19:45:28 +08:00
committed by Marge Bot
parent e54d5c9c13
commit 67385aba94

View File

@@ -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" `