summaryrefslogtreecommitdiff
path: root/src/r600_textured_videofuncs.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-02-11 13:05:27 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-02-11 13:05:27 -0500
commitec60ef094762901ede4df5cde55c3f162e8c667b (patch)
tree8e9a4e9b40db76e6114b59a247e716bb4bdfde47 /src/r600_textured_videofuncs.c
parente7dedbc355970407eddb38370b58a8c96d204c1d (diff)
R6xx/R7xx: be more verbose about what function ran out of VB space
Diffstat (limited to 'src/r600_textured_videofuncs.c')
-rw-r--r--src/r600_textured_videofuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r600_textured_videofuncs.c b/src/r600_textured_videofuncs.c
index 993a8d4a..e30e227b 100644
--- a/src/r600_textured_videofuncs.c
+++ b/src/r600_textured_videofuncs.c
@@ -408,7 +408,7 @@ R600DisplayTexturedVideo(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv)
struct r6xx_copy_vertex vertex[3];
if (((accel_state->vb_index + 3) * 16) > (accel_state->ib->total / 2)) {
- ErrorF("Ran out of VB space!\n");
+ ErrorF("Xv: Ran out of VB space!\n");
break;
}