Module Name: xsrc
Committed By: macallan
Date: Fri Dec 3 19:53:23 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
shutup debug goop
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c
diff -u xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c:1.19 xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c:1.20
--- xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c:1.19 Fri Dec 3 19:43:22 2021
+++ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c Fri Dec 3 19:53:23 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: cg14_accel.c,v 1.19 2021/12/03 19:43:22 macallan Exp $ */
+/* $NetBSD: cg14_accel.c,v 1.20 2021/12/03 19:53:23 macallan Exp $ */
/*
* Copyright (c) 2013 Michael Lorenz
* All rights reserved.
@@ -98,7 +98,7 @@ CG14PrepareCopy(PixmapPtr pSrcPixmap, Pi
Cg14Ptr p = GET_CG14_FROM_SCRN(pScrn);
ENTER;
- xf86Msg(X_ERROR, "bits per pixel: %d rop %x\n",
+ DPRINTF(X_ERROR, "%s bpp %d rop %x\n", __func__,
pSrcPixmap->drawable.bitsPerPixel, alu);
if (planemask != p->last_mask) {