From 84632dce93f44e8d88cda47648cfd4cc0958918f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 22 Apr 2024 12:28:17 -0400 Subject: [PATCH] v3d: Move spec@!opengl 1.1@getteximage-formats, Fail in broadcom-rpi4-fails The V3D driver does not support blending for GL_R{GBA}32F formats which is why this test is failing. Add a comment noting the above and move the test to a separate section Part-of: --- src/broadcom/ci/broadcom-rpi4-fails.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/broadcom/ci/broadcom-rpi4-fails.txt b/src/broadcom/ci/broadcom-rpi4-fails.txt index f4f253117cf..d2a23a7646b 100644 --- a/src/broadcom/ci/broadcom-rpi4-fails.txt +++ b/src/broadcom/ci/broadcom-rpi4-fails.txt @@ -17,7 +17,6 @@ spec@!opengl 1.0@gl-1.0-edgeflag,Fail spec@!opengl 1.0@gl-1.0-edgeflag-quads,Fail spec@!opengl 1.0@gl-1.0-no-op-paths,Fail spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail -spec@!opengl 1.1@getteximage-formats,Fail spec@!opengl 1.1@point-line-no-cull,Fail spec@!opengl 1.1@teximage-colors gl_alpha16@Exact upload-download of GL_ALPHA16,Fail spec@!opengl 1.1@texwrap formats bordercolor,Fail @@ -442,6 +441,9 @@ spec@!opengl 3.0@required-texture-attachment-formats,Fail spec@!opengl 3.1@required-texture-attachment-formats,Fail spec@arb_texture_view@rendering-formats,Crash +# V3D does not support blending for GL_R{GBA}32F +spec@!opengl 1.1@getteximage-formats,Fail + # OpenGL 3.x requires 8 RT (MAX_DRAW_BUFFERS)/ color attachments (MAX_COLOR_ATTACHMENTS) spec@!opengl 3.0@bindfragdata-link-error,Fail spec@!opengl 3.0@bindfragdata-nonexistent-variable,Fail