r300: Fix debug output.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user