mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
r300: Fix debug output.
This commit is contained in:
parent
6c5c46f842
commit
effda2e2a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue