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

Author: Juan A. Suarez Romero <jasua...@igalia.com>
Date:   Fri Jan 12 16:02:23 2024 +0100

v3d/ci: run OpenGL 3.1 tests

As driver supports OpenGL 3.1, run proper tests, besides the OpenGL ES
tests.

Note that including GL3.1 is not required to include previous versions.

Reviewed-by: Eric Engestrom <e...@igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasua...@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27069>

---

 src/broadcom/ci/broadcom-rpi4-fails.txt | 3 +++
 src/broadcom/ci/deqp-broadcom-rpi4.toml | 1 +
 2 files changed, 4 insertions(+)

diff --git a/src/broadcom/ci/broadcom-rpi4-fails.txt 
b/src/broadcom/ci/broadcom-rpi4-fails.txt
index df86de42485..8a947f498b6 100644
--- a/src/broadcom/ci/broadcom-rpi4-fails.txt
+++ b/src/broadcom/ci/broadcom-rpi4-fails.txt
@@ -533,3 +533,6 @@ 
dEQP-VK.pipeline.shader_object_linked_binary.framebuffer_attachment.unused_attac
 
dEQP-VK.pipeline.shader_object_linked_spirv.framebuffer_attachment.unused_attachment,Crash
 
dEQP-VK.pipeline.shader_object_unlinked_binary.framebuffer_attachment.unused_attachment,Crash
 
dEQP-VK.pipeline.shader_object_unlinked_spirv.framebuffer_attachment.unused_attachment,Crash
+
+# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/4422
+KHR-GL31.texture_size_promotion.functional,Fail
diff --git a/src/broadcom/ci/deqp-broadcom-rpi4.toml 
b/src/broadcom/ci/deqp-broadcom-rpi4.toml
index 1fe67b427be..f4a1b7b724d 100644
--- a/src/broadcom/ci/deqp-broadcom-rpi4.toml
+++ b/src/broadcom/ci/deqp-broadcom-rpi4.toml
@@ -7,6 +7,7 @@ caselists = [
     "/deqp/mustpass/gles31-khr-master.txt",
     "/deqp/mustpass/gles3-khr-master.txt",
     "/deqp/mustpass/gles2-khr-master.txt",
+    "/deqp/mustpass/gl31-master.txt",
 ]
 deqp_args = [
     "--deqp-gl-config-name=rgba8888d24s8ms0",

Reply via email to