summaryrefslogtreecommitdiff
path: root/src/sna/gen5_render.c
AgeCommit message (Expand)Author
2011-12-10sna/gen5: Remove a redundant format checkChris Wilson
2011-12-08sna/gen5: Reduce dst readbacks for unsupported sourcesChris Wilson
2011-11-29sna/gen5: Handle cpu-bo for render targetsChris Wilson
2011-11-25sna/gen5+: Prefer using the BLT when either src or dst is untiledChris Wilson
2011-11-25sna/gen5: Use the same prefer_blt_fill() switch for fill-oneChris Wilson
2011-11-24src/sna/gen5: Replace the precompiled shadersChris Wilson
2011-11-24sna/gen5: Remove the unused SIPChris Wilson
2011-11-24sna/gen5: Use the BLT rather than flush when copyingChris Wilson
2011-11-24sna/gen4,gen5: Fix typo and only emit a flush if the video source is dirtyChris Wilson
2011-11-14sna: tidy assignment of composite damageChris Wilson
2011-11-13sna/composite: Attempt to reduce the damage is the operation is containedChris Wilson
2011-11-12sna/damage: Reduce the damage for evaluating sna_damage_is_allChris Wilson
2011-11-05sna: Do the supported PictOp check firstChris Wilson
2011-11-04sna/gen5: Prefer using the BLT for many solid fillsChris Wilson
2011-11-04sna/gen5: Also experiment with lazy spans hereChris Wilson
2011-11-03sna: Support binding of a bo for multiple formatsChris Wilson
2011-10-30sna: Don't mess with NDEBUGChris Wilson
2011-10-30Revert "sna: Don't flush the render caches if in the process of writing again"Chris Wilson
2011-10-30sna/composite: Fix incorrect operator reduction for RenderFillRectanglesChris Wilson
2011-10-29sna/genX: Improve reduction of Render operator to BLT aluChris Wilson
2011-10-28sna: Don't flush the render caches if in the process of writing againChris Wilson
2011-10-27sna: Fix debug compilation, again.Chris Wilson
2011-10-26sna: Convert diagonal zero-width lines into blitsChris Wilson
2011-10-21sna: Remove the memset(0) of the fill opChris Wilson
2011-10-21sna: Pass a BoxRec to the fill opChris Wilson
2011-10-18sna/gen5: Add fill-one implementationChris Wilson
2011-10-17sna/gen5: Rearrange the BLT->RENDER workaroundChris Wilson
2011-10-11sna: Support a fast composite hook for solitary boxesChris Wilson
2011-09-25sna/kgem: Check all operation bo in a single amalgamationChris Wilson
2011-09-24sna/gen5: Debug option to disable state cachingChris Wilson
2011-09-17sna: perform a warnings reduction passChris Wilson
2011-09-13sna/gen5: Fix debug compilationChris Wilson
2011-09-12sna/gen5: Avoid bitfields for simple assignmentsChris Wilson
2011-09-12sna: Use single precision for computing the texcoord scale factorChris Wilson
2011-09-09sna/gen5: Prefer BLT for solidsChris Wilson
2011-08-25sna/video: Flush the video state at the end of the operationChris Wilson
2011-07-13sna/damage: Avoid testing against a completey damaged regionChris Wilson
2011-06-27sna/video: Use EXTEND_PAD to avoid mixing in the border colorChris Wilson
2011-06-25sna/gen4+: Use the drawable rectangle offset for copy boxesChris 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-22sna/video: Use pwrite for upload of unclipped, unrotated framesChris Wilson
2011-06-10sna: Reset the kgem state on server regenChris Wilson
2011-06-09sna: Remove the stubs from sna_render.cChris Wilson
2011-06-06sna/gen5: Only emit the non-pipelined op after BLT commandsChris Wilson
2011-06-04sna: Introduce a new acceleration model.Chris Wilson