diff options
author | Dave Airlie <airlied@redhat.com> | 2009-02-23 13:49:29 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-02-23 14:04:22 +1000 |
commit | f4502f0f8c065f28c257b7be67021d3920e51a99 (patch) | |
tree | 3fde09d08bf9c0bb251068736ee8e8f15ce4609a | |
parent | 018f5f92cc8f41f6071af4fe16745ccc19231e18 (diff) |
radeon: add more debug info to the flush debug
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common.c b/src/mesa/drivers/dri/radeon/radeon_common.c index 3c491d584a..f7c0d7d64f 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common.c +++ b/src/mesa/drivers/dri/radeon/radeon_common.c @@ -663,7 +663,7 @@ void radeonFlush(GLcontext *ctx) { radeonContextPtr radeon = RADEON_CONTEXT(ctx); if (RADEON_DEBUG & DEBUG_IOCTL) - fprintf(stderr, "%s\n", __FUNCTION__); + fprintf(stderr, "%s %d\n", __FUNCTION__, radeon->cmdbuf.cs->cdw); if (radeon->dma.flush) radeon->dma.flush( ctx ); |