mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
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:
parent
e54d5c9c13
commit
67385aba94
1 changed files with 1 additions and 1 deletions
|
|
@ -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" `
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue