[Mesa-dev] [Bug 105139] Assertion in Dying Light

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Feb 17 00:28:33 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=105139

--- Comment #2 from Ilia Mirkin <imirkin at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180217/3cccce2b/attachment.html>


More information about the mesa-dev mailing list