diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-02-12 14:27:37 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-02-12 14:40:38 +0200 |
commit | 482b85144fee42b6543dcc97a75899e363e05e9e (patch) | |
tree | c14e7dc7581eeb5236d9ab799edd115f3222a3a4 /src/atimach64exa.c | |
parent | eda9fb15e8bc042661a91a3d8c921006dfb3ddd9 (diff) |
[mach64] Enable RENDER acceleration on the Pro variants.
Diffstat (limited to 'src/atimach64exa.c')
-rw-r--r-- | src/atimach64exa.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/atimach64exa.c b/src/atimach64exa.c index a2f1afe..67c5f22 100644 --- a/src/atimach64exa.c +++ b/src/atimach64exa.c @@ -638,15 +638,6 @@ Bool ATIMach64ExaInit(ScreenPtr pScreen) ATIPtr pATI = ATIPTR(pScreenInfo); ExaDriverPtr pExa; - /* FIXME: which chips support EXA ? */ - if (pATI->Chip < ATI_CHIP_264CT) - { - xf86DrvMsg(pScreenInfo->scrnIndex, X_ERROR, - "EXA is not supported for ATI chips earlier than " - "the ATI Mach64.\n"); - return FALSE; - } - pExa = exaDriverAlloc(); if (!pExa) return FALSE; |