diff options
author | Zack Rusin <zack@kde.org> | 2005-07-04 18:55:53 +0000 |
---|---|---|
committer | Zack Rusin <zack@kde.org> | 2005-07-04 18:55:53 +0000 |
commit | 5e50ae22bf206d6c2cc05e772e05fa5a363acb81 (patch) | |
tree | e2c3da6854080e4f2c0e775f5513aaec48f51b13 | |
parent | 7586ac6edea64b30d6187f9ec4d867521c1e769c (diff) |
remove the temporary debugging output
-rw-r--r-- | exa/exa.c | 3 | ||||
-rw-r--r-- | exa/exa_accel.c | 3 | ||||
-rw-r--r-- | exa/exa_migration.c | 3 | ||||
-rw-r--r-- | hw/xfree86/exa/exa.c | 3 | ||||
-rw-r--r-- | hw/xfree86/exa/exa_accel.c | 3 | ||||
-rw-r--r-- | hw/xfree86/exa/exa_migration.c | 3 |
6 files changed, 0 insertions, 18 deletions
@@ -165,8 +165,6 @@ exaPixmapAllocArea (PixmapPtr pPixmap) pitch = (w * bpp / 8 + pExaScr->info->card.offscreenPitch - 1) & ~(pExaScr->info->card.offscreenPitch - 1); - ErrorF("allocating pixmap with pitch = %d, bpp = %d, byteAlign = %d\n", - pitch, bpp, pExaScr->info->card.offscreenByteAlign); pExaPixmap->devKind = pPixmap->devKind; pExaPixmap->devPrivate = pPixmap->devPrivate; pExaPixmap->area = exaOffscreenAlloc (pScreen, pitch * h, @@ -346,7 +344,6 @@ exaCreatePixmap(ScreenPtr pScreen, int w, int h, int depth) } } - ErrorF("Creating a pixmap on %d display, with %d bpp\n", depth, bpp); pPixmap = fbCreatePixmapBpp (pScreen, w, h, depth, bpp); if (!pPixmap) return NULL; diff --git a/exa/exa_accel.c b/exa/exa_accel.c index 731feed58..91b457840 100644 --- a/exa/exa_accel.c +++ b/exa/exa_accel.c @@ -165,8 +165,6 @@ exaPixmapAllocArea (PixmapPtr pPixmap) pitch = (w * bpp / 8 + pExaScr->info->card.offscreenPitch - 1) & ~(pExaScr->info->card.offscreenPitch - 1); - ErrorF("allocating pixmap with pitch = %d, bpp = %d, byteAlign = %d\n", - pitch, bpp, pExaScr->info->card.offscreenByteAlign); pExaPixmap->devKind = pPixmap->devKind; pExaPixmap->devPrivate = pPixmap->devPrivate; pExaPixmap->area = exaOffscreenAlloc (pScreen, pitch * h, @@ -346,7 +344,6 @@ exaCreatePixmap(ScreenPtr pScreen, int w, int h, int depth) } } - ErrorF("Creating a pixmap on %d display, with %d bpp\n", depth, bpp); pPixmap = fbCreatePixmapBpp (pScreen, w, h, depth, bpp); if (!pPixmap) return NULL; diff --git a/exa/exa_migration.c b/exa/exa_migration.c index 731feed58..91b457840 100644 --- a/exa/exa_migration.c +++ b/exa/exa_migration.c @@ -165,8 +165,6 @@ exaPixmapAllocArea (PixmapPtr pPixmap) pitch = (w * bpp / 8 + pExaScr->info->card.offscreenPitch - 1) & ~(pExaScr->info->card.offscreenPitch - 1); - ErrorF("allocating pixmap with pitch = %d, bpp = %d, byteAlign = %d\n", - pitch, bpp, pExaScr->info->card.offscreenByteAlign); pExaPixmap->devKind = pPixmap->devKind; pExaPixmap->devPrivate = pPixmap->devPrivate; pExaPixmap->area = exaOffscreenAlloc (pScreen, pitch * h, @@ -346,7 +344,6 @@ exaCreatePixmap(ScreenPtr pScreen, int w, int h, int depth) } } - ErrorF("Creating a pixmap on %d display, with %d bpp\n", depth, bpp); pPixmap = fbCreatePixmapBpp (pScreen, w, h, depth, bpp); if (!pPixmap) return NULL; diff --git a/hw/xfree86/exa/exa.c b/hw/xfree86/exa/exa.c index 731feed58..91b457840 100644 --- a/hw/xfree86/exa/exa.c +++ b/hw/xfree86/exa/exa.c @@ -165,8 +165,6 @@ exaPixmapAllocArea (PixmapPtr pPixmap) pitch = (w * bpp / 8 + pExaScr->info->card.offscreenPitch - 1) & ~(pExaScr->info->card.offscreenPitch - 1); - ErrorF("allocating pixmap with pitch = %d, bpp = %d, byteAlign = %d\n", - pitch, bpp, pExaScr->info->card.offscreenByteAlign); pExaPixmap->devKind = pPixmap->devKind; pExaPixmap->devPrivate = pPixmap->devPrivate; pExaPixmap->area = exaOffscreenAlloc (pScreen, pitch * h, @@ -346,7 +344,6 @@ exaCreatePixmap(ScreenPtr pScreen, int w, int h, int depth) } } - ErrorF("Creating a pixmap on %d display, with %d bpp\n", depth, bpp); pPixmap = fbCreatePixmapBpp (pScreen, w, h, depth, bpp); if (!pPixmap) return NULL; diff --git a/hw/xfree86/exa/exa_accel.c b/hw/xfree86/exa/exa_accel.c index 731feed58..91b457840 100644 --- a/hw/xfree86/exa/exa_accel.c +++ b/hw/xfree86/exa/exa_accel.c @@ -165,8 +165,6 @@ exaPixmapAllocArea (PixmapPtr pPixmap) pitch = (w * bpp / 8 + pExaScr->info->card.offscreenPitch - 1) & ~(pExaScr->info->card.offscreenPitch - 1); - ErrorF("allocating pixmap with pitch = %d, bpp = %d, byteAlign = %d\n", - pitch, bpp, pExaScr->info->card.offscreenByteAlign); pExaPixmap->devKind = pPixmap->devKind; pExaPixmap->devPrivate = pPixmap->devPrivate; pExaPixmap->area = exaOffscreenAlloc (pScreen, pitch * h, @@ -346,7 +344,6 @@ exaCreatePixmap(ScreenPtr pScreen, int w, int h, int depth) } } - ErrorF("Creating a pixmap on %d display, with %d bpp\n", depth, bpp); pPixmap = fbCreatePixmapBpp (pScreen, w, h, depth, bpp); if (!pPixmap) return NULL; diff --git a/hw/xfree86/exa/exa_migration.c b/hw/xfree86/exa/exa_migration.c index 731feed58..91b457840 100644 --- a/hw/xfree86/exa/exa_migration.c +++ b/hw/xfree86/exa/exa_migration.c @@ -165,8 +165,6 @@ exaPixmapAllocArea (PixmapPtr pPixmap) pitch = (w * bpp / 8 + pExaScr->info->card.offscreenPitch - 1) & ~(pExaScr->info->card.offscreenPitch - 1); - ErrorF("allocating pixmap with pitch = %d, bpp = %d, byteAlign = %d\n", - pitch, bpp, pExaScr->info->card.offscreenByteAlign); pExaPixmap->devKind = pPixmap->devKind; pExaPixmap->devPrivate = pPixmap->devPrivate; pExaPixmap->area = exaOffscreenAlloc (pScreen, pitch * h, @@ -346,7 +344,6 @@ exaCreatePixmap(ScreenPtr pScreen, int w, int h, int depth) } } - ErrorF("Creating a pixmap on %d display, with %d bpp\n", depth, bpp); pPixmap = fbCreatePixmapBpp (pScreen, w, h, depth, bpp); if (!pPixmap) return NULL; |