summaryrefslogtreecommitdiff
path: root/uxa/uxa-glyphs.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28uxa/glyphs: Fallback instead of crashing on large stringsChris Wilson1-0/+10
2011-01-24uxa: Only recreate the glyph cache on *generational* updatesChris Wilson1-11/+9
2010-10-04shadow+dri2: Allow dri2 to be independently enabled with shadowChris Wilson1-1/+6
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson1-11/+16
2010-08-25uxa: Fallback if faced with large A1 glyphs.Chris Wilson1-6/+4
2010-06-12uxa: Always clip glyphs to destination.Chris Wilson1-35/+29
2010-06-09uxa: Handle all-clipped out case with destination glyphs.Chris Wilson1-2/+2
2010-06-07Adapt glyphs for changes in devPrivates APIChris Wilson1-4/+24
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt1-5/+5
2010-05-31Disable acceleration if we detect a hardware error.Chris Wilson1-0/+1
2010-05-31uxa: Mega-Glyphs!Chris Wilson1-800/+674
2010-05-28uxa: Skip the redundant miComputeCompositeRects() when adding to the maskChris Wilson1-33/+20
2010-05-28uxa: Make the glyph caches' fixed size explicit.Chris Wilson1-6/+6
2010-05-28uxa: Use a glyph private rather than a hash table.Chris Wilson1-182/+130
2010-05-24uxa: Use temporary dest when target is too large for compositorChris Wilson1-44/+141
2010-05-24uxa: Composite glyphs directly onto dst when possible.Chris Wilson1-40/+308
2010-05-12uxa: Avoid glyph ping-pong with !offscreen destinationChris Wilson1-0/+119
2010-02-20Remove dead assignments noticed by clang.Eric Anholt1-2/+0
2010-01-08uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson1-1/+3
2009-12-10Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson1-3/+1
2009-11-30uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson1-1/+3
2009-11-29uxa-glyphs: Stream uploads via temporary boChris Wilson1-1/+25
2009-10-06Move to kernel coding style.Eric Anholt1-673/+655
2009-04-27Remove pre-server-1.5 support.Eric Anholt1-4/+0
2009-03-13Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard1-26/+10
2009-02-26Fix UXA for server 1.4.Eric Anholt1-0/+4
2009-01-13UXA: Declare glyph cache picture as component-alpha when necessary.Bernhard Rosenkraenzer1-3/+6
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-05Rename uxa using _ instead of capsKeith Packard1-8/+8
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard1-0/+880