Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | Remove pre-server-1.5 support. | Eric Anholt | |
2009-04-24 | Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__) | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-02-26 | Fix UXA for server 1.4. | Eric Anholt | |
2009-02-10 | uxa: Fix breakage from UXA_FALLBACK conversion from "do {} while (0)" construct. | Eric Anholt | |
Thanks to keithp for post-commit review. | |||
2009-02-10 | uxa: Fix driver against fbDoCopy -> miDoCopy change in the server. | Eric Anholt | |
2009-02-10 | uxa: hook up the fallback debug to the driver's fallback debug option. | Eric Anholt | |
2009-01-06 | uxa: handle uxa_prepare_access failure | Keith Packard | |
uxa_prepare_access may fail to map the pixmap into user space. Recover from this without crashing. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
2008-12-05 | uxa: Add in EnableDisableFBAccess handling like examodule.c did. | Eric Anholt | |
This fixes assertion failures when rendering text while VT switched. | |||
2008-08-26 | Change uxa private keys to integer variables. | Eamon Walsh | |
Prepares for a devPrivates system that will store an index. | |||
2008-08-05 | Rename uxa using _ instead of caps | Keith Packard | |
2008-08-05 | Change PrepareAccess to take access mode rather than index | Keith Packard | |
2008-08-05 | Add UXA - the unified memory acceleration architecture. | Keith Packard | |
This eliminates the cost of EXA migration management while providing full pixmap allocation control to the driver. The goal is to make something useful for UMA drivers. |