https://bugs.freedesktop.org/show_bug.cgi?id=105139
--- Comment #2 from Ilia Mirkin <imir...@alum.mit.edu> ---
OK, looks like the literal attach is legal, but then the framebuffer isn't
complete. From OpenGL 4.6:
"""
The framebuffer attachment point attachment is said to be framebuffer
attachment
complete if the value of FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for
attachment is NONE (i.e., no image is attached), or if all of the following
conditions are true:
...
If attachment is COLOR_ATTACHMENTi, then image must have a color-renderable
internal format.
"""
This should be handled in fbobject.c:test_attachment_completeness . Needs more
investigation as to what's going wrong.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev