Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443952 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/atiscreen.c (-15 / +4 lines)
Lines 476-496 ATIScreenInit(SCREEN_INIT_ARGS_DECL) Link Here
476
        }
476
        }
477
    }
477
    }
478
478
479
    /* If applicable, initialise RENDER extension */
479
    /* initialise RENDER extension */
480
    if (!fbPictureInit(pScreen, NULL, 0) && (serverGeneration == 1))
480
    {
481
    {
481
        if (pATI->OptionShadowFB)
482
	xf86DrvMsg(pScreenInfo->scrnIndex, X_WARNING,
482
        {
483
	    "RENDER extension initialisation failed.\n");
483
            if (serverGeneration == 1)
484
                xf86DrvMsg(pScreenInfo->scrnIndex, X_WARNING,
485
                    "RENDER extension not supported with a shadowed"
486
                    " framebuffer.\n");
487
        }
488
        else if (!fbPictureInit(pScreen, NULL, 0) &&
489
                 (serverGeneration == 1))
490
        {
491
            xf86DrvMsg(pScreenInfo->scrnIndex, X_WARNING,
492
                "RENDER extension initialisation failed.\n");
493
        }
494
    }
484
    }
495
485
496
    xf86SetBlackWhitePixels(pScreen);
486
    xf86SetBlackWhitePixels(pScreen);
497
- 

Return to bug 443952