summaryrefslogtreecommitdiff
path: root/src/atimach64exa.c
AgeCommit message (Collapse)Author
2007-02-12[mach64] Enable RENDER acceleration on the Pro variants.George Sapountzis
2006-10-26[mach64] EXA: reserve DRI buffers only when DRI is active.George Sapountzis
2006-08-12[mach64] RENDER support (bug #6877).George Sapountzis
RENDER accleration is disabled by default. It is strongly recommended that the patch from bug #6772 and the 'exa-damagetrack branch' are merged in the xserver before enabling RENDER acceleration. To enable RENDER acceleration, add the following in xorg.conf: Section "Device" [...] Option "AccelMethod" "exa" Option "RenderAccel" "true" EndSection
2006-08-05[mach64] EXA: add memcpy-based UTS/DFS.George Sapountzis
EXA hits more optimized paths when it does not have to fallback because of missing UTS/DFS.
2006-08-05[mach64] EXA support.George Sapountzis