r300: Fix debug output.

This commit is contained in:
Pauli Nieminen 2009-08-22 04:37:24 +03:00
parent 6c5c46f842
commit effda2e2a7

View file

@ -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;