summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2025-01-21 16:03:39 -0500
committerMatt Turner <mattst88@gmail.com>2025-01-21 16:03:39 -0500
commit4f09f3bf40ce7cb97868d7eda4d42a4d400a9c21 (patch)
tree2960f0b8447bf144e8bc1059f7b93dd01065ec67
parent6eb6dd27705eb05b67cc498f67d36fd0c53c7a6f (diff)
mesa-run: Disable video
-rwxr-xr-xmesa-run3
1 files changed, 1 insertions, 2 deletions
diff --git a/mesa-run b/mesa-run
index b23b89e..12ff36c 100755
--- a/mesa-run
+++ b/mesa-run
@@ -51,9 +51,8 @@ configure)
-Dvulkan-drivers="${vulkan_drivers}"
-Dgallium-drivers="${gallium_drivers}"
-Dgallium-rusticl=false
- -Dgallium-va=auto
+ -Dgallium-va=disabled
-Dgallium-xa=disabled
- -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc"
-Dvulkan-beta=true
-Dbuildtype="${buildtype}"
-Dbackend=ninja