summaryrefslogtreecommitdiff
path: root/uxa/uxa.c
AgeCommit message (Expand)Author
2011-03-16uxa: Skip a pixmap lookup if there is no driver finish access functionChris Wilson
2010-09-12Enable a shadow buffer and disable GPU acceleration.Chris Wilson
2010-09-11Disable acceleration if we detect a hardware error.Chris Wilson
2010-09-03Destroy screen pixmap on screen close.Keith Packard
2010-06-21uxa: Enable SHM pixmapsChris Wilson
2010-06-07uxa: Setup acceleration functions prior to the damage layerChris Wilson
2010-06-07Adapt to DevPrivate API changesKeith Packard
2010-06-07Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-05-31uxa: Mega-Glyphs!Chris Wilson
2010-05-28uxa: Use a glyph private rather than a hash table.Chris Wilson
2010-05-17uxa: solid rectsChris Wilson
2010-03-01uxa: Cache solid fills.Chris Wilson
2010-02-28Move to kernel coding style.Eric Anholt
2009-07-17accessing a pixmap if prepare_access fails is verboten.Owain Ainsworth
2009-04-27Remove pre-server-1.5 support.Eric Anholt
2009-02-26Fix UXA for server 1.4.Eric Anholt
2009-02-10uxa: hook up the fallback debug to the driver's fallback debug option.Eric Anholt
2009-01-06uxa: handle uxa_prepare_access failureKeith Packard
2008-12-16uxa: Correctly prepare/finishaccess of stipple in ValidateGC (and only it)Eric Anholt
2008-12-05uxa: Add in EnableDisableFBAccess handling like examodule.c did.Eric Anholt
2008-08-26Change uxa private keys to integer variables.Eamon Walsh
2008-08-05[uxa] Remove unused pixmap size limits.Keith Packard
2008-08-05Rename uxa using _ instead of capsKeith Packard
2008-08-05Change PrepareAccess to take access mode rather than indexKeith Packard
2008-08-05Don't call sync on prepare_access -- just let the driver deal with it.Keith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard