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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28862>
This commit is contained in:
Christopher Michael 2024-04-22 12:28:17 -04:00 committed by Marge Bot
parent d202953639
commit 84632dce93
1 changed files with 3 additions and 1 deletions

View File

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