Revert "ci: backport two mesh/task query fixes for VKCTS"

This reverts commit dcc4e1b4d7.

The hashes added there are incorrect, and fixing them regresses a bunch
of drivers, so let's just revert for now, and the next commit fixes the
bug that allowed incorrect backports to go in undetected.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26013>
This commit is contained in:
Eric Engestrom
2023-11-04 09:49:33 +00:00
committed by Marge Bot
parent 655cbf203d
commit be18be9deb

View File

@@ -26,11 +26,6 @@ pushd /VK-GL-CTS
# patches.
cts_commits_to_backport=(
# Take multiview into account for task shader inv. stats
db6a4697c28f46da967bcc982c018d09aef2c742
# Remove illegal mesh shader query tests
8fc585d85cd13fae9c2ff3eb407ee7e56281a016
)
for commit in "${cts_commits_to_backport[@]}"