summaryrefslogtreecommitdiff
path: root/src/cim
AgeCommit message (Collapse)Author
2008-01-26Constify a few huge tables to reduce data section size.Bernardo Innocenti
This driver is still unusually big compared to the other X.org drivers. The biggest offender is cimarron.o as demonstrated by: nm -S -t d cimarron.o | sort -k 2 -n
2007-07-06Two fixes for compositing for Cairo 1.4.4 and X server 1.3+Jordan Crouse
2007-07-06Fix A8 masksJordan Crouse
We were using the wrong operation for A8 masks, resulting in badness. Also, clean up the mask blt to be much simpler.
2007-07-06Use the correct pitch for composite mask operationsJordan Crouse
We need to specify the correct pitch for composite mask operations - this fixes the stride problem. Also, correctly set up the source color and some other minor issues, this helps us pass caps-join in the cairo test suite.
2007-05-10Documentation cleanupsJordan Crouse
Rework the readme, and delete the now woefully out of date man pages. Also update the TODO file with more interesting information.
2007-05-09Fix warnings discovered by Dan Williams and -WallJordan Crouse
2007-04-11Add Linux MSR suport for LXJordan Crouse
Extend the GX MSR support to LX - this is to support the VSAless OFW, and share code.
2007-03-07[MAJOR UPDATE] Geode LX driverJordan Crouse
This is a major re-vamping of the Geode LX driver to support EXA, RandR, and advanced xserver features. The GX and LX drivers now share the similar streamlined infrastructure, and acceleration. The LX driver also adds features the GX does not have, such as accelerated rotations and far better composite support. This provides the basis for the rotation and acceleration enhancements.
2006-07-07Update with cleanup and other fixesJordan Crouse
Final commit of cleanup fixes prior to pushing
2006-07-06Initial commit of the xf86-video-amd treeJordan Crouse