summaryrefslogtreecommitdiff
path: root/uxa/uxa.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-06uxa: Skip a pixmap lookup if there is no driver finish access functionChris Wilson1-1/+2
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson1-6/+9
2010-07-12Destroy screen pixmap on screen close.Keith Packard1-2/+9
2010-06-19uxa: Enable SHM pixmapsChris Wilson1-8/+0
2010-06-09Revert "xp:trapezoids"Chris Wilson1-3/+0
2010-06-08xp:trapezoidsChris Wilson1-0/+3
2010-06-07uxa: Setup acceleration functions prior to the damage layerChris Wilson1-3/+8
2010-06-06Adapt to DevPrivate API changesKeith Packard1-0/+8
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt1-4/+4
2010-05-31Disable acceleration if we detect a hardware error.Chris Wilson1-0/+9
2010-05-31uxa: Mega-Glyphs!Chris Wilson1-23/+20
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