summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_emit.h
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@freedesktop.org>2005-01-22 03:33:10 +0000
committerVladimir Dergachev <volodya@freedesktop.org>2005-01-22 03:33:10 +0000
commit8fca9bdc35bfb5220012cfa5041504b0a05d2440 (patch)
tree153b2c85cab39c1b7ff105b4cb7bee0402d6c5d2 /src/mesa/drivers/dri/r300/r300_emit.h
parentf4cafc8d13ed196388bfb27edeccdf3a67cec046 (diff)
Properly configure routing - based on advice by Keith Whitwell.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_emit.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_emit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_emit.h b/src/mesa/drivers/dri/r300/r300_emit.h
index 6433944e19..65ed7ff0ec 100644
--- a/src/mesa/drivers/dri/r300/r300_emit.h
+++ b/src/mesa/drivers/dri/r300/r300_emit.h
@@ -139,8 +139,8 @@ static __inline__ uint32_t cmdcpdelay(unsigned short count)
cmd[cmd_written].i=(dword); \
cmd_written++; \
} else { \
- fprintf(stderr, "e32 but no previous packet declaration.. Aborting! in %s::%s at line %d\n", \
- __FILE__, __FUNCTION__, __LINE__); \
+ fprintf(stderr, "e32 but no previous packet declaration.. Aborting! in %s::%s at line %d, cmd_written=%d cmd_reserved=%d\n", \
+ __FILE__, __FUNCTION__, __LINE__, cmd_written, cmd_reserved); \
exit(-1); \
} \
}