From 7c69f31eccb27b8294f48c76ab3b79669bb2813b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 14 Apr 2026 13:20:16 -0400 Subject: [PATCH] radeonsi/ci/build: also fetch video decode/encode sample for VK CTS Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh b/src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh index 3303a9c7a07..de69be4ec47 100755 --- a/src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh +++ b/src/gallium/drivers/radeonsi/ci/build/conf_glcts.sh @@ -5,6 +5,8 @@ set -e python3 external/fetch_sources.py +python3 external/fetch_video_decode_samples.py +python3 external/fetch_video_encode_samples.py rm -rf build mkdir build