summaryrefslogtreecommitdiff
path: root/src/sna/blt.c
AgeCommit message (Expand)Author
2014-06-28sna: Micro-optimise unswizzling tiling/detilingChris Wilson
2014-06-11sna: Add some DBG to the memmove pathChris Wilson
2013-11-06sna: Move initialisation of loop counter to common codeChris Wilson
2013-11-04sna: Promote uint16_t to a full int to avoid overflow in computing w*h in mem...Chris Wilson
2013-08-01sna: Don't force inline string-ops for the general memcpy_blt routineChris Wilson
2013-06-27sna: Implement memcpy_from_tiled functions (for X-tiling only atm)Chris Wilson
2013-06-23sna: Document swizzling for DBGChris Wilson
2013-06-21sna: Determine swizzling once during initialisation and choose memcpy_to_tiled_xChris Wilson
2013-04-01sna: Allow the compiler to inline memcpy for the bitblt routinesChris Wilson
2012-09-21sna: Use inplace X tiling for LLC uploadsChris Wilson
2012-08-20sna: Correct ordering of calls to memcpy for BLT cpu composite pathsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-06-14sna: Specialise the self-copy blitter to handle vertically overlapping copiesChris Wilson
2012-06-14sna: Supporting overlapping copies for fallback blitsChris Wilson
2012-06-13sna: ConstificationZdenek Kabelac
2012-06-04sna: Silence a compiler warning for loss of 'const' qualifierChris Wilson
2012-01-29sna: Allow ridiculously large bo, up to half the total GATTChris Wilson
2012-01-08sna: Add ricer stripes to memcpy_xorChris Wilson
2012-01-06sna: Support performing alpha-fixup on the sourceChris Wilson
2012-01-01sna: Tune blt routineChris Wilson
2011-11-14sna: Optimise single pixel transfersChris Wilson
2011-11-07sna: Fix 16-bit overflow of rowlength for memcpyChris 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-10-30sna: Don't mess with NDEBUGChris Wilson
2011-09-16sna: Remove bad assertChris Wilson
2011-09-14sna: assert that the memcpy upload path points to valid regionsChris Wilson
2011-06-04sna: Introduce a new acceleration model.Chris Wilson