summaryrefslogtreecommitdiff
path: root/uxa/uxa-glyphs.c
AgeCommit message (Expand)Author
2011-03-16uxa: Only recreate the glyph cache on *generational* updatesChris Wilson
2011-03-16shadow+dri2: Allow dri2 to be independently enabled with shadowOwain G. Ainsworth
2010-09-12Enable a shadow buffer and disable GPU acceleration.Chris Wilson
2010-09-12uxa: Fallback if faced with large A1 glyphs.Chris Wilson
2010-09-11Disable acceleration if we detect a hardware error.Chris Wilson
2010-06-14uxa: Always clip glyphs to destination.Chris Wilson
2010-06-10uxa: Handle all-clipped out case with destination glyphs.Chris Wilson
2010-06-07Adapt glyphs for changes in devPrivates APIChris Wilson
2010-06-07Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-05-31uxa: Mega-Glyphs!Chris Wilson
2010-05-30uxa: Skip the redundant miComputeCompositeRects() when adding to the maskChris Wilson
2010-05-28uxa: Make the glyph caches' fixed size explicit.Chris Wilson
2010-05-28uxa: Use a glyph private rather than a hash table.Chris Wilson
2010-05-25uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-25uxa: Composite glyphs directly onto dst when possible.Chris Wilson
2010-05-17uxa: Avoid glyph ping-pong with !offscreen destinationChris Wilson
2010-03-01uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2010-03-01Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson
2010-03-01uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2010-03-01uxa-glyphs: Stream uploads via temporary boChris Wilson
2010-02-28Move to kernel coding style.Eric Anholt
2009-04-27Remove pre-server-1.5 support.Eric Anholt
2009-03-13Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard
2009-02-26Fix UXA for server 1.4.Eric Anholt
2009-01-13UXA: Declare glyph cache picture as component-alpha when necessary.Bernhard Rosenkraenzer
2008-12-03uxa: don't call composite routines with no buffer.Dave Airlie
2008-09-30Work around gcc uninitialized variable warningsJesse Barnes
2008-08-05Rename uxa using _ instead of capsKeith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard