projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce72d5
)
mesa: Add end of line to the end of a debug output.
author
Pauli Nieminen
<suokkos@gmail.com>
Mon, 22 Mar 2010 13:14:16 +0000
(15:14 +0200)
committer
Pauli Nieminen
<suokkos@gmail.com>
Mon, 22 Mar 2010 13:16:02 +0000
(15:16 +0200)
src/mesa/main/matrix.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/matrix.c
b/src/mesa/main/matrix.c
index 5c863f6f32ae445430b2c8315a038ae5f26e7630..4b8c00b5b63795ad13fb039a442388ff3843d401 100644
(file)
--- a/
src/mesa/main/matrix.c
+++ b/
src/mesa/main/matrix.c
@@
-322,7
+322,7
@@
_mesa_LoadIdentity( void )
ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx);
if (MESA_VERBOSE & VERBOSE_API)
- _mesa_debug(ctx, "glLoadIdentity()");
+ _mesa_debug(ctx, "glLoadIdentity()
\n
");
_math_matrix_set_identity( ctx->CurrentStack->Top );
ctx->NewState |= ctx->CurrentStack->DirtyFlag;