summaryrefslogtreecommitdiffstats
path: root/gcbv/mirror/gcbv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcbv/mirror/gcbv.c')
-rw-r--r--gcbv/mirror/gcbv.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcbv/mirror/gcbv.c b/gcbv/mirror/gcbv.c
index 003da68..a6dd389 100644
--- a/gcbv/mirror/gcbv.c
+++ b/gcbv/mirror/gcbv.c
@@ -45,7 +45,7 @@
#define GCZONE_CALLBACK (1 << 8)
#define GCZONE_TEMP (1 << 9)
-GCDBG_FILTERDEF(gcbv, GCZONE_NONE,
+GCDBG_FILTERDEF(bv, GCZONE_NONE,
"mapping",
"buffer",
"dest",
@@ -633,13 +633,13 @@ void bv_init(void)
struct gcicaps gcicaps;
unsigned i, j;
- GCDBG_REGISTER(gcbv);
- GCDBG_REGISTER(gcparser);
- GCDBG_REGISTER(gcmap);
- GCDBG_REGISTER(gcbuffer);
- GCDBG_REGISTER(gcfill);
- GCDBG_REGISTER(gcblit);
- GCDBG_REGISTER(gcfilter);
+ GCDBG_REGISTER(bv);
+ GCDBG_REGISTER(parser);
+ GCDBG_REGISTER(map);
+ GCDBG_REGISTER(buffer);
+ GCDBG_REGISTER(fill);
+ GCDBG_REGISTER(blit);
+ GCDBG_REGISTER(filter);
GCLOCK_INIT(&gccontext->batchlock);
GCLOCK_INIT(&gccontext->bufferlock);