summaryrefslogtreecommitdiff
path: root/src/sna/gen2_render.c
AgeCommit message (Expand)Author
2012-06-17sna: Add tiling for spansChris Wilson
2012-06-05sna/gen2+: Tweak placement of operations for CPU-bound large pixmapsChris Wilson
2012-06-04sna/gen2: Remove double 'const'Chris Wilson
2012-05-08sna: Fix off-by-one in checking available execbuffer slotsChris Wilson
2012-05-06sna/gen2+: Fix typo for computing redirected extents for render copyChris Wilson
2012-03-25sna/gen2+: Approximate expensive gradients when using imprecise renderingChris Wilson
2012-03-08sna/gen2+: Use the reduced operator from CompositeRectanglesChris Wilson
2012-03-08sna/gen2+: Prefer not to fallback if the source is busyChris Wilson
2012-03-07sna/gen2: Fix transformation of linear gradientsChris Wilson
2012-02-27sna/gen2; Initialise channel.is-opaque for fillsChris Wilson
2012-02-08sna/gen2+: Force upload rather than perform source transformations on the CPUChris Wilson
2012-02-07sna: Apply offsets correctly for partial src/dst in large copy boxesChris Wilson
2012-02-07sna: Set the damage for render->copy_boxes to NULL before useChris Wilson
2012-02-06sna: Use the proper sna_picture_is_solid() testChris Wilson
2012-02-06sna/gen2+: Exclude solids from being classed as requiring an uploadChris Wilson
2012-02-04sna: Apply redirection for the render copy into large pixmapsChris Wilson
2012-01-29sna: Detect batch overflow and fallback rather an risk an ENOSPCChris Wilson
2012-01-29sna: Determine whether to use a partial proxy based on the pitchChris Wilson
2012-01-26sna/gen2+: Include being unattached in the list of source fallbacksChris Wilson
2012-01-26sna/gen2+: Do not force use of GPU if the target is simply clearedChris Wilson
2012-01-20sna/gen3: Set bo to NULL for render_fill_oneChris Wilson
2012-01-20sna: Move the flush to the backendsChris Wilson
2012-01-16sna/gen[23]: Remark the destination bo as dirty after flushingChris Wilson
2012-01-15sna/gen2: Check reused source for validityChris Wilson
2012-01-14sna/gen[23]: Check for room in the batch before emitting pipeline flushesChris Wilson
2012-01-14sna: Ensure that the batch mode is always declared before emitting dwordsChris Wilson
2012-01-14sna: Pass render operation to flush and avoid the implicit flush-on-batch-endChris Wilson
2012-01-14sna: Be more lenient in not forcing to the GPU if the sources have CPU damageChris Wilson
2012-01-12sna: Reorder composite-done to destroy mask bo before source boChris Wilson
2012-01-10sna/gen[23]: Tile render fill to oversized boChris Wilson
2012-01-09sna/gen2: Try to avoid creating a bo for solid coloursChris Wilson
2012-01-09sna/gen2: Eliminate some switching between logic op and blendChris Wilson
2012-01-09sna/gen2: Add poor-man's linear gradient supportChris 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-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-19sna/gen[23]: We need to check the batch before doing an inline flushChris Wilson
2011-12-18sna/gen[23]: Try BLT if the source/target do no fit in the 3D pipelineChris Wilson
2011-12-18sna/gen2+: If we use the BLT to prepare the target, try using BLT for opChris Wilson
2011-12-13sna/gen2: Tidy checking against too large pixmaps for the 3D pipelineChris Wilson
2011-12-13sna/gen2: Check for unhandled pitches in the render pipelineChris Wilson
2011-12-10sna/gen[23]: Fixup render targets with pitches below hw minimumChris Wilson
2011-12-08sna/gen2: Avoid readbacks for unsupported sourcesChris Wilson
2011-11-25sna/gen2: Wire up NO_COMPOSITE for debuggingChris 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-05sna: Do the supported PictOp check firstChris Wilson
2011-11-04sna/gen6: Enable spans interface for boxesChris Wilson