diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-03-26 18:16:47 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-03-26 18:16:47 -0400 |
commit | 75884c257bc2bcfa5b498a77d4c403f09face036 (patch) | |
tree | 47da469a78b78716e112d77342cff4870cd89a2b /src/radeon_accelfuncs.c | |
parent | 9b4473c1d830b88866dd22e8174a07195bd6fcf4 (diff) |
XAA: update message about render so as to not confuse users
Diffstat (limited to 'src/radeon_accelfuncs.c')
-rw-r--r-- | src/radeon_accelfuncs.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/radeon_accelfuncs.c b/src/radeon_accelfuncs.c index e3b37c16..bda15ffc 100644 --- a/src/radeon_accelfuncs.c +++ b/src/radeon_accelfuncs.c @@ -1302,15 +1302,16 @@ FUNC_NAME(RADEONAccelInit)(ScreenPtr pScreen, XAAInfoRecPtr a) a->CPUToScreenTextureDstFormats = RADEONDstFormats; if (IS_R300_VARIANT || IS_AVIVO_VARIANT) { - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Render acceleration " - "unsupported on Radeon 9500/9700 and newer.\n"); + xf86DrvMsg(pScrn->scrnIndex, X_INFO, "XAA Render acceleration " + "unsupported on Radeon 9500/9700 and newer. " + "Please use EXA instead.\n"); } else if ((info->ChipFamily == CHIP_FAMILY_RV250) || (info->ChipFamily == CHIP_FAMILY_RV280) || (info->ChipFamily == CHIP_FAMILY_RS300) || (info->ChipFamily == CHIP_FAMILY_R200)) { a->SetupForCPUToScreenAlphaTexture2 = FUNC_NAME(R200SetupForCPUToScreenAlphaTexture); - a->SubsequentCPUToScreenAlphaTexture = + a->SubsequentCPUToScreenAlphaTexture = FUNC_NAME(R200SubsequentCPUToScreenTexture); a->SetupForCPUToScreenTexture2 = |