summaryrefslogtreecommitdiff
path: root/mesa-run
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2023-06-20 18:28:27 -0400
committerMatt Turner <mattst88@gmail.com>2023-06-21 17:29:58 -0400
commit1b63841a6e9ff99746dab4919156e2179403bcb2 (patch)
tree00845f1e7e5159a301ce8fbe8580eb5f3bf82fc4 /mesa-run
parentf737511eea9f340382bf219c7e876ab795c39869 (diff)
mesa-run: Enable vulkan beta and video codecs
Diffstat (limited to 'mesa-run')
-rwxr-xr-xmesa-run2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesa-run b/mesa-run
index 26e5939..fe5011c 100755
--- a/mesa-run
+++ b/mesa-run
@@ -49,6 +49,8 @@ configure)
-Dgallium-drivers="${gallium_drivers}"
-Dgallium-va=auto
-Dgallium-xa=disabled
+ -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc"
+ -Dvulkan-beta=true
-Dbuildtype="${buildtype}"
-Dbackend=ninja
"${extra_args[@]}"