[Mesa-dev] [Bug 105901] Warn about mipmap-incomplete texture being used

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 5 13:34:38 UTC 2018


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

--- Comment #2 from Brian Paul <brianp at vmware.com> ---
With a debug build of Mesa if you set the MESA_DEBUG env var to
"incomplete_tex" you'll get a warning.  This predates the GL_ARB_debug_output
extension.

It shouldn't be hard to go into the incomplete() function in texobj.c and have
it call _mesa_log_msg() so the incomplete texture gets reported via
GL_ARB_debug_output.

Want to take a stab at it?

We should do the same for FBOs.

-- 
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/20180405/b2195a2b/attachment.html>


More information about the mesa-dev mailing list