summaryrefslogtreecommitdiff
path: root/src/sna/gen7_render.c
AgeCommit message (Expand)Author
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-22sna: flatten source alphamapsChris Wilson
2011-12-22sna/gen2+: Prefer to use the CPU if we have a source alphamap and CPU picturesChris Wilson
2011-12-20sna: Implement extended fallback handling for src == dst copiesChris Wilson
2011-12-18sna/gen5: Tidy checking against hardcoded maximum 3D sizeChris Wilson
2011-12-18sna/gen[67]: check for context switch after preparing sourceChris Wilson
2011-12-18sna/gen2+: If we use the BLT to prepare the target, try using BLT for opChris Wilson
2011-12-18sna/gen5+: First try a blt composite if the source/dest are too largeChris Wilson
2011-12-17sna/gen4+: disable the blend unit for PictOpSrcChris Wilson
2011-12-17src/gen4+: Add support for depth 15 render copies/fillsChris Wilson
2011-12-11sna/gen6: Tidy the usage of the max pipeline sizeChris Wilson
2011-12-08sna/gen7: Reduce dst readbacks for unsupported sourcesChris Wilson
2011-11-29sna/gen6: Set the batch mode prior to checking limits and flushingChris Wilson
2011-11-27sna/gen6+: Only use BLT if the untiled bo will cause per-pixel TLB missesChris Wilson
2011-11-25sna/gen5+: Prefer using the BLT when either src or dst is untiledChris Wilson
2011-11-19sna/gen7: Apply recent SNB tuning as applicableChris Wilson
2011-11-18sna/gen7: minor tidy of redundant definesChris 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-12sna/gen7: Fix PRIMITIVE commandChris Wilson
2011-11-11sna/gen7: Remove stray no-op from GEN7_3DSTATE_SBEChris Wilson
2011-11-05sna: Do the supported PictOp check firstChris 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-16sna/gen7: Add missing tail to 3DSTATE_SBEChris Wilson
2011-10-11sna/gen7: Add render support for fill oneChris Wilson
2011-10-11sna: Support a fast composite hook for solitary boxesChris Wilson
2011-09-28sna/gen7: Confusion reigns as trying to fix errors found by an outdated checkerChris Wilson
2011-09-27sna/gen7: Fix up a couple instances of my inability to countChris Wilson
2011-09-25sna/kgem: Check all operation bo in a single amalgamationChris Wilson
2011-09-17sna: perform a warnings reduction passChris Wilson
2011-09-12sna: Use single precision for computing the texcoord scale factorChris Wilson
2011-08-25sna/video: Flush the video state at the end of the operationChris Wilson
2011-07-30sna: Port IVB acceleration code (Xrender + Xv)Chris Wilson