summaryrefslogtreecommitdiff
path: root/src/sna/sna_glyphs.c
AgeCommit message (Expand)Author
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
2012-02-21sna/gen5: Remove CA glyph workaroundChris Wilson
2012-02-21sna: Fix use of RegionInit() for singular regionsChris Wilson
2012-01-27sna/glyphs: Check that we attached to the cache pixmaps upon creationChris Wilson
2012-01-18sna: Restore use of shadow pixmaps by default without RENDER supportChris Wilson
2012-01-14sna/glyphs: Cache the glyph image on the fallback path as wellChris Wilson
2012-01-14sna/gen5: Disable render glyphs_to_dstChris Wilson
2012-01-14sna: Experiment with GTT mmapped upload buffersChris Wilson
2012-01-08sna/gen[67]: Hook into the clear operation for glyph masksChris Wilson
2012-01-05sna: Immediately upload oversized glyphsChris Wilson
2011-12-28sna: Do not create glyph caches if the gpu is wedgedChris Wilson
2011-12-26sna: Mark the glyph cache as being unpageableChris Wilson
2011-12-23sna/glyphs: Create GPU bo for large enough destination surfaces with glyphsChris Wilson
2011-12-22sna: flatten source alphamapsChris Wilson
2011-12-17sna: Map the upload buffer using an LLC boChris Wilson
2011-12-17sna: Clean up compiler warnings for shadowed variablesChris Wilson
2011-12-15sna: More missing move-to-cpu allocation checksChris Wilson
2011-11-14sna: Fix debug compilationChris Wilson
2011-11-11sna/glyph: Tweak the small mask thresholdChris Wilson
2011-11-11sna/glyphs: Cache the glyph pixman_image_t wrapperChris Wilson
2011-11-07sna/glyphs: Bypass masks for single glyphsChris Wilson
2011-11-07sna: Expand multiplies of two 16-bit values to a full 32-bit rangeChris Wilson
2011-11-07sna/glyph: Fallback if we fail to clear the scratch pixmap for the glyph maskChris Wilson
2011-11-05sna/glyphs: Fix clip detection for small masksChris Wilson
2011-11-05sna: Render small glyph masks on the CPUChris Wilson
2011-11-04sna: Make sure the alpha map is accessible by the CPU on fallbacksChris Wilson
2011-10-30sna: Don't mess with NDEBUGChris Wilson
2011-10-27sna: Use private identifier for internal scratch pixmapsChris Wilson
2011-10-19sna: Clean up some debug messages for 64bitChris Wilson
2011-10-18sna/gen3: Prefer to use the BLT to clear the scratch glyph pixmapsChris Wilson
2011-09-25sna/glyphs: Add glyphs directly onto a client temporary bufferChris Wilson
2011-09-25sna/glyph: Avoid useless attempt at GPU glyph rendering to a1 destinationsChris Wilson
2011-09-24sna/glyphs: Convert all sub-8bpp masks to a8Chris Wilson
2011-09-17sna: perform a warnings reduction passChris Wilson
2011-09-16sna/glyphs: Disable the glyph cache for debuggingChris Wilson
2011-09-16sna/glyphs: Correct offset of fallback-via-mask glyphsChris Wilson