summaryrefslogtreecommitdiff
path: root/uxa/uxa.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-28uxa: Use a glyph private rather than a hash table.Chris Wilson1-0/+5
2010-05-12uxa: solid rectsChris Wilson1-0/+4
2009-12-07uxa: Cache solid fills.Chris Wilson1-0/+15
2009-10-06Move to kernel coding style.Eric Anholt1-309/+305
2009-07-17accessing a pixmap if prepare_access fails is verboten.Owain Ainsworth1-3/+4
2009-04-27Remove pre-server-1.5 support.Eric Anholt1-29/+0
2009-02-26Fix UXA for server 1.4.Eric Anholt1-1/+30
2009-02-10uxa: hook up the fallback debug to the driver's fallback debug option.Eric Anholt1-0/+8
2009-01-06uxa: handle uxa_prepare_access failureKeith Packard1-17/+30
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 Anholt1-0/+22
2008-08-26Change uxa private keys to integer variables.Eamon Walsh1-2/+2
2008-08-05[uxa] Remove unused pixmap size limits.Keith Packard1-14/+0
2008-08-05Rename uxa using _ instead of capsKeith Packard1-72/+26
2008-08-05Change PrepareAccess to take access mode rather than indexKeith Packard1-14/+14
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 Packard1-0/+573