summaryrefslogtreecommitdiff
path: root/src/sna/sna_glyphs.c
AgeCommit message (Expand)Author
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
2012-08-08sna: Minor DBG for fallback glyphs and discarding the maskChris Wilson
2012-07-30sna: Prefer not to create a GPU bo without RENDER accelerationChris Wilson
2012-07-22sna/glyphs: Also discard the glyph mask for bitmaps with an opaque sourceChris Wilson
2012-07-21sna: Refresh experimental userptr vmap supportChris Wilson
2012-07-14sna/glyphs: Perform the fallback mask reduce before moving the glyph pointersChris Wilson
2012-07-14sna/glyphs: A repeat of the earlier typo for pixman glyphsChris Wilson
2012-07-14sna/glyphs: Fix typo and render glyphs to the small maskChris Wilson
2012-07-14sna: Enable pixman_glyphs if availableChris Wilson
2012-07-14sna: Add some DBG for selecting glyph pathChris Wilson
2012-07-12sna/glyphs: Fix array allocation for list_extentsChris Wilson
2012-07-12sna/glyphs: Apply mask reduction along fallback paths as wellChris Wilson
2012-07-12sna: Rearrange the tests for dropping the glyph maskChris Wilson
2012-07-11sna: Discard the mask for "non-overlapping" glyphsChris Wilson
2012-07-09sna: Check for overlapping glyphs within each list, then overlapping listsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-08sna: Fixup fb wrapperChris Wilson
2012-07-06sna: Refactor a common function: is_clipped()Chris Wilson
2012-07-05sna: Fix clipping of glyphs-to-dst for partially obscurred windowsChris Wilson
2012-06-17sna: Composite glyphs inplace if the CPU is already all-damagedChris Wilson
2012-06-15sna: Tweaks for DBG missing glyphs through fallbacksChris Wilson
2012-06-15sna: Don't trim prepare for glyphs_via_maskChris Wilson