summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)Author
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
2011-10-30sna: Stash the last scratch pixmapChris Wilson
2011-10-27sna: Use private identifier for internal scratch pixmapsChris Wilson
2011-10-21sna: Short-circuit GetWindowPixmap() to speed-up pixmap retrievalChris Wilson
2011-10-19sna: Micro-optimise fill-spansChris Wilson
2011-10-17sna/gen5: Rearrange the BLT->RENDER workaroundChris Wilson
2011-10-16sna: Prefer to accelerate non-RENDER operations if already using the GPUChris Wilson
2011-10-12Remove vestigial includes from DRI1Chris Wilson
2011-10-03sna/blt: Suppress repeated SETUP_BLTChris Wilson
2011-09-17sna: perform a warnings reduction passChris Wilson
2011-09-08sna/traps: Use the trapezoid path for AddTrapsChris Wilson
2011-09-04sna: Add missing implementation for TrianglesChris Wilson
2011-07-30sna: Port IVB acceleration code (Xrender + Xv)Chris Wilson
2011-06-17sna: Copy the fbcon contents onto the front buffer upon X startupChris Wilson