summaryrefslogtreecommitdiff
path: root/uxa/uxa-glyphs.c
AgeCommit message (Expand)Author
2012-10-01uxa: Remove USE_GLAMOR check from unrealize glyph cachesChris Wilson
2012-07-12uxa/glyphs: Bypass uxa glyphs operations if using glamor.Zhigang Gong
2012-06-19uxa: Fix second regression in glyph fallback from 64a4bcChris Wilson
2012-06-19uxa: Use the original src for fallback glyph compositingChris Wilson
2012-06-19uxa: Implement glyphs-to-dst to avoid fallbacksChris Wilson
2012-06-19uxa: Use (white IN glyph) ADD mask to compose the glyph maskChris Wilson
2012-05-23intel: convert sna/uxa to using new glyph picture accessors.Dave Airlie
2012-04-14uxa: Fix leak of glyph mask for unhandled glyph compositionChris Wilson
2012-03-30uxa: Remove broken render glyphs-to-dstChris Wilson
2011-12-28uxa: Remove concept of global FB ownership made obsolete by GEM and KMSChris Wilson
2011-12-14uxa/glamor: Always notify glamor that the glyph has been unrealizedChris Wilson
2011-12-14uxa/glamor: Enable the rest of the glamor rendering routinesZhigang Gong
2011-10-30uxa/glyphs: Fallback rather than fail to render with a non-solid SourceChris Wilson
2011-06-28uxa/glyphs: Fallback instead of crashing on large stringsChris Wilson
2011-01-24uxa: Only recreate the glyph cache on *generational* updatesChris Wilson
2010-10-04shadow+dri2: Allow dri2 to be independently enabled with shadowChris Wilson
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson
2010-08-25uxa: Fallback if faced with large A1 glyphs.Chris Wilson
2010-06-12uxa: Always clip glyphs to destination.Chris Wilson
2010-06-09uxa: Handle all-clipped out case with destination glyphs.Chris Wilson
2010-06-07Adapt glyphs for changes in devPrivates APIChris Wilson
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-05-31Disable acceleration if we detect a hardware error.Chris Wilson
2010-05-31uxa: Mega-Glyphs!Chris Wilson
2010-05-28uxa: 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-24uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-24uxa: Composite glyphs directly onto dst when possible.Chris Wilson
2010-05-12uxa: Avoid glyph ping-pong with !offscreen destinationChris Wilson
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2010-01-08uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2009-12-10Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson
2009-11-30uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2009-11-29uxa-glyphs: Stream uploads via temporary boChris Wilson
2009-10-06Move 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