Mesa (main): zink/ci: change the surface type used for dEQP

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 15 14:02:57 UTC 2022


Module: Mesa
Branch: main
Commit: c895e5d14093c46344e6329228c0344fb6cd114c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c895e5d14093c46344e6329228c0344fb6cd114c

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Fri Jun 10 16:53:39 2022 +0200

zink/ci: change the surface type used for dEQP

This was for vk-cts-image, but it seems like Mesa CI only supports
pbuffer.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Martin Roukala <martin.roukala at mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16975>

---

 src/gallium/drivers/zink/ci/deqp-zink-radv.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/zink/ci/deqp-zink-radv.toml b/src/gallium/drivers/zink/ci/deqp-zink-radv.toml
index 876300785a8..6fa6cb6d0ee 100644
--- a/src/gallium/drivers/zink/ci/deqp-zink-radv.toml
+++ b/src/gallium/drivers/zink/ci/deqp-zink-radv.toml
@@ -4,7 +4,7 @@ caselists = ["/deqp/mustpass/gles2-master.txt"]
 deqp_args = [
     "--deqp-surface-width=256",
     "--deqp-surface-height=256",
-    "--deqp-surface-type=window",
+    "--deqp-surface-type=pbuffer",
     "--deqp-gl-config-name=rgba8888d24s8ms0",
     "--deqp-visibility=hidden"
 ]
@@ -16,7 +16,7 @@ caselists = ["/deqp/mustpass/gles3-master.txt"]
 deqp_args = [
     "--deqp-surface-width=256",
     "--deqp-surface-height=256",
-    "--deqp-surface-type=window",
+    "--deqp-surface-type=pbuffer",
     "--deqp-gl-config-name=rgba8888d24s8ms0",
     "--deqp-visibility=hidden"
 ]
@@ -28,7 +28,7 @@ caselists = ["/deqp/mustpass/gles31-master.txt"]
 deqp_args = [
     "--deqp-surface-width=256",
     "--deqp-surface-height=256",
-    "--deqp-surface-type=window",
+    "--deqp-surface-type=pbuffer",
     "--deqp-gl-config-name=rgba8888d24s8ms0",
     "--deqp-visibility=hidden"
 ]



More information about the mesa-commit mailing list