summaryrefslogtreecommitdiff
path: root/src/sna/sna_glyphs.c
AgeCommit message (Expand)Author
2014-06-13sna: Refine decision whether to use the GPU or render inplaceChris Wilson
2014-06-11sna/glyphs: Always print some DBG when performing fallbackChris Wilson
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson
2014-04-22sna: Use a global pixman glyph cacheChris Wilson
2014-03-24sna: Remove one conditional from rendering glyphs into a maskChris Wilson
2014-03-24sna: Consolidate handling of uncacheable glyphsChris Wilson
2014-03-24sna: Eliminate a few conditionals in glyph fast pathChris Wilson
2014-03-12sna: Add DBG around using pixman's glyph cacheChris Wilson
2014-03-11sna/glyphs: Add a smattering of DBG for validating the glyph maskChris Wilson
2014-03-10sna: Pass render hints for migration based on source locationChris Wilson
2014-03-10sna/glyph: Release the pixman glyph cache along the error pathsChris Wilson
2014-02-04sna/glyphs: Reset composite state between switching glyph formatsChris Wilson
2014-01-23sna: Avoid erroneous discarding operations for partial compositesChris Wilson
2014-01-17sna: Cull the DBG spew to stderrChris Wilson
2013-11-28sna: Wrap glyph composition with sigtrap handlingChris Wilson
2013-11-25Remove uneeded headersZdenek Kabelac
2013-11-12sna: Apply drawable offset to glyph bbox prior to checking for clippingChris Wilson
2013-11-04testChris Wilson
2013-10-30Revert "sna: Detect and handle mi recursion"Chris Wilson
2013-10-18sna/glyphs: Remove glyph_approx_extentsChris Wilson
2013-10-16sna/glyphs: Fix computation of extents for long stringsChris Wilson
2013-09-27sna: Catch SIGBUS to prevent X deathChris Wilson
2013-09-10sna: Disable use of Y-tiling for gen4Chris Wilson
2013-08-12sna/glyphs: Do not attempt to release the negative cache lookupChris Wilson
2013-08-12sna: Fix use of obsolete this_atlas in a DBG messageChris Wilson
2013-08-10sna/glyphs: Micro-optimise glyphs-to-dstChris Wilson
2013-08-10sna/glyphs: Micro-optimise glyph drawingChris Wilson
2013-08-01sna/glyphs: Allow glyphs-to-dst to discard CA masks for a8 glyphsChris Wilson
2013-07-07sna/gen4: Remove the glyph mask hack and tune the flush w/aChris Wilson
2013-06-03sna: Make copying the glyph size more compactChris Wilson
2013-03-18sna: Reset operation state between glyphsChris Wilson
2013-03-18sna: Skip processing an all-clipped-out glyphChris Wilson
2013-02-26sna: Flatten the glyph emittersChris Wilson
2013-02-10sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson
2013-02-08sna/gen4: Split the have_render flag in separate prefer_gpu hintsChris Wilson
2013-01-18sna: Replace double negative '!RegionNotEmpty' with the equivalent RegionNilChris Wilson
2013-01-02sna: Micro-optimise glyph_valid()Chris Wilson
2012-11-30sna: Unify gen4 acceleration againChris Wilson
2012-11-30Convert generation counter to octalChris Wilson
2012-11-30sna: Prevent gen4 from rendering to I915_TILING_YChris Wilson
2012-11-23sna/gen4: Revert changes to 965g[m]Chris Wilson
2012-11-23sna/gen4: Force composite(WHITE, glyph) for building the glyphstring maskChris Wilson
2012-10-04sna: Propagate failures from compositing glyph masksChris Wilson
2012-09-10sna: Workaround issue with global glyph privates and shared ZaphodHeadsChris Wilson
2012-09-06sna/prime: Distinguish forms of pinned pixmapChris Wilson
2012-09-04sna: Port prime interfacingChris Wilson
2012-08-16sna/glyphs: Fix potential leak of glyph extents (for many lists of many formats)Chris Wilson
2012-08-12sna: Fix compilation without pixman glyphsChris Wilson
2012-08-12sna: Make the failure to create render caches non-fatalChris Wilson
2012-08-08sna: Add DBG option to disable discarding of glyph masksChris Wilson