summaryrefslogtreecommitdiff
path: root/uxa
AgeCommit message (Expand)AuthorFilesLines
2009-01-13UXA: Declare glyph cache picture as component-alpha when necessary.Bernhard Rosenkraenzer1-3/+6
2009-01-06uxa: handle uxa_prepare_access failureKeith Packard5-148/+208
2008-12-16uxa: Correctly prepare/finishaccess of stipple in ValidateGC (and only it)Eric Anholt1-3/+10
2008-12-05uxa: Add in EnableDisableFBAccess handling like examodule.c did.Eric Anholt3-2/+27
2008-12-03uxa: don't call composite routines with no buffer.Dave Airlie1-7/+9
2008-09-30Work around gcc uninitialized variable warningsJesse Barnes1-0/+4
2008-08-26Change uxa private keys to integer variables.Eamon Walsh2-4/+4
2008-08-05[uxa] Remove unused pixmap size limits.Keith Packard2-64/+0
2008-08-05[uxa] Check xalloc returns and deal with failureKeith Packard1-0/+6
2008-08-05Rename uxa using _ instead of capsKeith Packard6-413/+243
2008-08-05Change PrepareAccess to take access mode rather than indexKeith Packard6-112/+93
2008-08-05Don't call sync on prepare_access -- just let the driver deal with it.Keith Packard1-3/+0
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard8-0/+5048