diff --git a/glamor/glamor.c b/glamor/glamor.c index 6bab8c124..2eec6f536 100644 --- a/glamor/glamor.c +++ b/glamor/glamor.c @@ -130,9 +130,11 @@ glamor_create_pixmap(ScreenPtr screen, int w, int h, int depth, (((w * pixmap->drawable.bitsPerPixel + 7) / 8) + 3) & ~3, NULL); +#if 0 if (usage != GLAMOR_CREATE_PIXMAP_CPU) glamor_fallback("choose cpu memory for pixmap %p ," " %d x %d depth %d\n", pixmap, w, h, depth); +#endif } else pixmap = fbCreatePixmap (screen, 0, 0, depth, usage);