Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
We were using the wrong operation for A8 masks, resulting in badness.
Also, clean up the mask blt to be much simpler.
|
|
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.
|
|
Rework the readme, and delete the now woefully out of date man pages.
Also update the TODO file with more interesting information.
|
|
|
|
Extend the GX MSR support to LX - this is to support the VSAless
OFW, and share code.
|
|
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.
|
|
Final commit of cleanup fixes prior to pushing
|
|
|