mesa: fix up error/warning/debug output newlines
authorBrian Paul <brianp@vmware.com>
Fri, 24 Apr 2009 16:46:40 +0000 (10:46 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 24 Apr 2009 16:50:40 +0000 (10:50 -0600)
commit1c9786894cc3ce66665ca507a6daf6a829e5af89
tree717a15137fb6d59e668acf12e09f0e9f0d780251
parent3321b6984ecd96ba466d8d010e390fff71a799d7
mesa: fix up error/warning/debug output newlines

As of commit 23ad86cfb91c294ce85a3116d4b825aaa3988a6e all messages go
through output_if_debug().

Add new parameter to output_if_debug() to indicate whether to emit a newline.

_mesa_warning() and _mesa_error() calls should not end their strings with \n.
_mesa_debug() calls should end their text with \n.
src/mesa/main/context.c
src/mesa/main/imports.c