index
:
xf86-video-intel-frc
debian-lenny-with-frc-patches
debian-unstable-with-frc-patches
upstream-lenny-with-frc-patches
upstream-unstable-with-frc-patches
FRC (Frame Rate Control) patches for the XOrg Intel driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uxa
Age
Commit message (
Expand
)
Author
2009-03-19
Use CopyArea to load glyphs from per-glyph pixmap to cache pixmap
Keith Packard
2009-02-26
Fix UXA for server 1.4.
Eric Anholt
2009-02-26
uxa: Fix composite fallback debug printing of main memory versus bo info.
Eric Anholt
2009-02-10
uxa: Fix breakage from UXA_FALLBACK conversion from "do {} while (0)" construct.
Eric Anholt
2009-02-10
uxa: Fix driver against fbDoCopy -> miDoCopy change in the server.
Eric Anholt
2009-02-10
uxa: Fix failure to --amend in further changes in previous commit.
Eric Anholt
2009-02-10
uxa: hook up the fallback debug to the driver's fallback debug option.
Eric Anholt
2009-01-13
UXA: Declare glyph cache picture as component-alpha when necessary.
Bernhard Rosenkraenzer
2009-01-06
uxa: handle uxa_prepare_access failure
Keith Packard
2008-12-16
uxa: Correctly prepare/finishaccess of stipple in ValidateGC (and only it)
Eric Anholt
2008-12-05
uxa: Add in EnableDisableFBAccess handling like examodule.c did.
Eric Anholt
2008-12-03
uxa: don't call composite routines with no buffer.
Dave Airlie
2008-09-30
Work around gcc uninitialized variable warnings
Jesse Barnes
2008-08-26
Change uxa private keys to integer variables.
Eamon Walsh
2008-08-05
[uxa] Remove unused pixmap size limits.
Keith Packard
2008-08-05
[uxa] Check xalloc returns and deal with failure
Keith Packard
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
Don't call sync on prepare_access -- just let the driver deal with it.
Keith Packard
2008-08-05
Add UXA - the unified memory acceleration architecture.
Keith Packard