summaryrefslogtreecommitdiff
path: root/src/sna/sna_blt.c
AgeCommit message (Expand)Author
2011-11-16sna: Reduce and clarify dependenciesChris Wilson
2011-11-12sna/damage: Reduce the damage for evaluating sna_damage_is_allChris Wilson
2011-11-07sna/blt: Small cleanupsChris Wilson
2011-11-04sna: Convert GXcopy with -1 to GXsetChris Wilson
2011-11-04sna: Ensure operations on a ShmPixmap are synchronous with clientsChris Wilson
2011-11-02sna: Quieten a fewer compiler sign compare warningsChris Wilson
2011-11-01sna: Accelerate XYPixmap upload when using GXcopyChris Wilson
2011-10-31sna/blt: Optimise fill with GXcopy and pixel==0 to a GXclearChris Wilson
2011-10-31sna/blt: Don't idiotically override alu for pixel==0 and track aluChris Wilson
2011-10-30sna: Don't mess with NDEBUGChris Wilson
2011-10-27sna/blt: After submitting the batch, it will be emptyChris Wilson
2011-10-27sna/blt: Convert Copy with color 0 into a ClearChris Wilson
2011-10-27sna: Suppress an overwritten fillChris Wilson
2011-10-27sna/composite: Discard opaque masksChris Wilson
2011-10-26sna/blt: Rename the composite pathsChris Wilson
2011-10-26sna/blt: Share the common fill->boxes between blt and render pathsChris Wilson
2011-10-26sna: Convert diagonal zero-width lines into blitsChris Wilson
2011-10-23sna/blt: Upload the box using a single 64-bit instructionChris Wilson
2011-10-21sna: Fast path for unclipped rectanglesChris Wilson
2011-10-21sna: Pass a BoxRec to the fill opChris Wilson
2011-10-19sna/blt: Use SCANLINE_BLT for multiple fill boxesChris Wilson
2011-10-19sna/gen6: Apply the unknown blitter death workaroundChris Wilson
2011-10-19sna: Micro-optimise fill-spansChris Wilson
2011-10-18sna/blt: Move the conditional out of the fill-many hotpathChris Wilson
2011-10-17sna: Fast path common colour conversionsChris Wilson
2011-10-14sna/blt: Add a pair of operator reductions for opaque fillsChris Wilson
2011-10-13sna/blt: Check for reloc overflow when initialising solid fillsChris Wilson
2011-10-11sna: Support a fast composite hook for solitary boxesChris Wilson
2011-10-03sna/blt: Suppress repeated SETUP_BLTChris Wilson
2011-10-03sna/blt: SETUP_BLT needs 9 dwords of batch space, not 3!Chris Wilson
2011-10-02sna/blt: Use SETUP_MONO to reduce the number of fill relocationsChris Wilson
2011-09-17sna: perform a warnings reduction passChris Wilson
2011-09-13sna: Clear the list of buffers upon server regenChris Wilson
2011-06-24sna: Also allow BLT copies to discard the alpha channelChris Wilson
2011-06-24sna: Avoid using the BLT to copy between mismatching depthsChris Wilson
2011-06-23sna: Debug compile fix, and some extra commentsChris Wilson
2011-06-10sna/blt: Suppress overwriting boxes through fill_boxes()Chris Wilson
2011-06-07sna/blt: Flush batch before overwrite surface dataChris Wilson
2011-06-04sna: Introduce a new acceleration model.Chris Wilson