summaryrefslogtreecommitdiff
path: root/.gitlab-ci/container/build-deqp.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/container/build-deqp.sh')
-rw-r--r--.gitlab-ci/container/build-deqp.sh24
1 files changed, 20 insertions, 4 deletions
diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh
index c55b8f65a3b..3c395388f5c 100644
--- a/.gitlab-ci/container/build-deqp.sh
+++ b/.gitlab-ci/container/build-deqp.sh
@@ -14,7 +14,7 @@ git config --global user.email "mesa@example.com"
git config --global user.name "Mesa CI"
git clone \
https://github.com/KhronosGroup/VK-GL-CTS.git \
- -b vulkan-cts-1.3.5.0 \
+ -b vulkan-cts-1.3.5.1 \
--depth 1 \
/VK-GL-CTS
pushd /VK-GL-CTS
@@ -25,7 +25,25 @@ pushd /VK-GL-CTS
# Both list variables would have comments explaining the reasons behind the
# patches.
-cts_commits_to_backport=()
+cts_commits_to_backport=(
+ # queue_transfer fix
+ 8771481027d76a262195de8397d8985246bca98f
+
+ # sync fix for SSBO writes
+ 44f1be32fe6bd2a7de7b9169fc71cc44e0b26124
+
+ # correctness fixes for zink validation fails
+ 1923cbc89ed3969a3afe7c6926124b51157902e1
+ af3a979c49dc65f8809c27660405ae3a76c7da4a
+ 6b70682c57c4ffd07fdf6bcbf1aebd7cf1123629
+
+ # video validation fails
+ 4cc3980a86ba5b7fe6e76b559cc1a9cb5fd1b253
+ a7a2ce442db51ca058ce051de7e09d62db44ae81
+
+ # Check for robustness before testing it
+ ee7138d8adf5ed3c4845e5ac2553c4f9697be9d8
+)
for commit in "${cts_commits_to_backport[@]}"
do
@@ -36,8 +54,6 @@ do
done
cts_patch_files=(
- # Fix surfaceless build.
- build-deqp_Fix-build-for-the-surfaceless-and-null-WS-target-pla.patch
# Android specific patches.
build-deqp_Allow-running-on-Android-from-the-command-line.patch
build-deqp_Android-prints-to-stdout-instead-of-logcat.patch