https://bugs.freedesktop.org/show_bug.cgi?id=65475
--- Comment #1 from Ian Romanick <i...@freedesktop.org> --- It seems like most of the messages should use one of _mesa_problem, _mesa_error, or _mesa_warning. We may even want an additional _mesa_info. The advantage of using these (instead of printf directly) is they also route through ARB_debug_output. printf and fprintf appear ~1500 times in the code base. Going through and changing all of them (and reviewing all the patches that result), doesn't seem like a good use of anyone's time. :( -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev