summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)Author
2012-01-22sna: Avoid a common readback after clearingChris Wilson
2012-01-20sna: Move the flush to the backendsChris Wilson
2012-01-18sna: Prevent switching rings with render disabledChris Wilson
2012-01-17sna: Track whether damage is a complete representation of the dirtChris Wilson
2012-01-16sna/gen[4567]: x1r5g5b5 is only a render target, not samplerChris Wilson
2012-01-16sna: On LLC systems quietly replace all linear mmappings using the CPUChris Wilson
2012-01-15sna/video: Increase the level of paranoiaChris Wilson
2012-01-14sna: Hint whether we prefer to use the GPU for a pixmapChris Wilson
2012-01-14sna: Experiment with GTT mmapped upload buffersChris Wilson
2012-01-12sna: Pass a hint that we may like to perform the fallback in placeChris Wilson
2012-01-10sna: Allow for xRGB uploads to replace their target boChris Wilson
2012-01-08Removed deprecated xf86PciInfo.h includesChris Wilson
2012-01-08sna: Trim usage of vmappingChris Wilson
2012-01-06sna: Support performing alpha-fixup on the sourceChris Wilson
2012-01-06sna: Pass the real destination pixmap to sna_write_boxes()Chris Wilson
2012-01-05sna: Deferred attachment to a pixmap needs to mark the pixmap as entirely dirtyChris Wilson
2012-01-05sna: Immediately upload oversized glyphsChris Wilson
2012-01-05sna: Don't perform a deferred attachment for vmapping if not supportedChris Wilson
2012-01-04sna: Expand small stipples into 8x8 patternsChris Wilson
2012-01-04sna: Discard mask and source for PictOpClearChris Wilson
2012-01-03sna: Avoid unnecessary call overhead for read-only move-to-cpuChris Wilson
2011-12-31sna: Update pixmap->devKind for GTT mappingsChris Wilson
2011-12-30sna: Remove redundant use-gpu-bo clauseChris Wilson
2011-12-24sna: Encourage large operations to be migrated to the GPUChris Wilson
2011-12-23sna: Pass usage-hint to move-to-gpuChris Wilson
2011-12-23sna/gen2+: Reuse source channel for mask where possibleChris Wilson
2011-12-20sna: Implement extended fallback handling for src == dst copiesChris Wilson
2011-12-20sna: Tidy up some recent valgrind complaints with reuse of scratch pixmapsChris Wilson
2011-12-19sna: Remove the forced inplace uploadChris Wilson
2011-12-17sna: Upload to large pixmaps inplaceChris Wilson
2011-12-17sna: Map the upload buffer using an LLC boChris Wilson
2011-12-14sna: Protect against deferred malloc failures for pixel dataChris Wilson
2011-12-12sna: Defer allocation of memory for larger pixmap until first useChris Wilson
2011-12-12sna: We need to remap the gpu_only mmap prior to every useChris Wilson
2011-12-09sna: Use the coarse monotonic clock to coalesce wakeup eventsChris Wilson
2011-12-09sna: Discard bo for idle private pixmapsChris Wilson
2011-11-28sna: Pass the pixmap to sna_replace()Chris Wilson
2011-11-24sna: Use Y-tiling for source pixmapsChris Wilson
2011-11-16sna: Reduce and clarify dependenciesChris Wilson
2011-11-16sna: And keep unity happyChris Wilson
2011-11-11sna/glyphs: Cache the glyph pixman_image_t wrapperChris Wilson
2011-11-10sna: Store the sna pointer on the pixmap for cheap lookupsChris Wilson
2011-11-06sna: Beware unsigned promotion of int16_t to uint32_tChris Wilson
2011-11-05sna: For a 32k max window size, we need to handle up to 128k stridesChris Wilson
2011-11-04sna: Run the deferred flush at vrefreshChris Wilson
2011-11-04sna: Ensure operations on a ShmPixmap are synchronous with clientsChris Wilson
2011-11-02sna: defer calling fbValidateGC until we fallbackChris Wilson
2011-10-31sna: Set the flush interval based on output vrefreshChris Wilson
2011-10-31sna/blt: Don't idiotically override alu for pixel==0 and track aluChris Wilson
2011-10-31sna: Add an option to disable the delayed flushChris Wilson