diff options
author | Pauli Nieminen <[email protected]> | 2009-08-22 04:37:24 +0300 |
---|---|---|
committer | Pauli Nieminen <[email protected]> | 2009-08-22 04:37:24 +0300 |
commit | effda2e2a7f8ef7406d698c6b31dbbff408ed112 (patch) | |
tree | 8887edfcf709814c493b5fff88252ec017fc19d4 /src/mesa/drivers | |
parent | 6c5c46f842c80d4397d7971bea1a439fcd5e57d1 (diff) |
r300: Fix debug output.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_draw.c b/src/mesa/drivers/dri/r300/r300_draw.c index 2784808dda9..6652b396b9b 100644 --- a/src/mesa/drivers/dri/r300/r300_draw.c +++ b/src/mesa/drivers/dri/r300/r300_draw.c @@ -653,7 +653,7 @@ static GLboolean r300TryDrawPrims(GLcontext *ctx, r300FreeData(ctx); if (RADEON_DEBUG & DEBUG_PRIMS) - fprintf(stderr, "%s: %u (%d-%d) cs begin at %d\n", + fprintf(stderr, "%s: %u (%d-%d) cs ending at %d\n", __FUNCTION__, nr_prims, min_index, max_index, r300->radeon.cmdbuf.cs->cdw ); return GL_TRUE; |