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 <eric@igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27069>
This commit is contained in:
Juan A. Suarez Romero 2024-01-12 16:02:23 +01:00 committed by Marge Bot
parent 480ec5b1d4
commit 22c4a5e127
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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",