summaryrefslogtreecommitdiff
path: root/src/sna/sna_glyphs.c
AgeCommit message (Expand)Author
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
2012-06-12sna: Remove a pair of empty stub functionsChris Wilson
2012-05-31sna/glyphs: Clip the damage to the drawable for unclipped glyphs-to-dstChris Wilson
2012-05-31sna/glyphs: Don't apply drawable offsets twiceChris Wilson
2012-05-31sna/glyphs: Fix upconverting of glyphs via gpuChris Wilson
2012-05-31sna/glyphs: use add(WHITE, glyph, mask) for channel expansionChris Wilson
2012-05-23intel: convert sna/uxa to using new glyph picture accessors.Dave Airlie
2012-05-17sna/glyphs: Pass the extents to the backend for preparing to composite glyphsChris Wilson
2012-05-03sna: Minor glyph fallback fixesChris Wilson
2012-05-01sna: Fast-path unclipped glyphsChris Wilson
2012-04-06sna/glyphs: Prefer a temporary upload mask for large glyph masksChris Wilson
2012-03-22sna: Force fallbacks if the destination is unattachedChris Wilson
2012-03-08sna: Fix handling of large glyphs following large and shared buffer workChris Wilson