[Bug 102804] Unexpected incomplete framebuffer in _mesa_meta_GenerateMipmap() GLES
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 21 06:06:57 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=102804
--- Comment #1 from Tapani Pälli <lemody at gmail.com> ---
I'm seeing a different error with current Mesa master:
--- 8< ---
glretrace: main/teximage.c:806: init_teximage_fields_ms: Assertion
`img->_BaseFormat != -1' failed.
--- 8< ---
As a first thought, could you try using glTexImage2D instead of glTexSubImage2D
for texture upload? I think the base level of texture is not defined properly
if
glTexStorage2D has not been used to defined the texture.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20170921/63f17a69/attachment.html>
More information about the intel-3d-bugs
mailing list