summaryrefslogtreecommitdiff
path: root/src/sna/gen2_render.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-25sna/gen2+: Approximate expensive gradients when using imprecise renderingChris Wilson1-6/+18
2012-03-08sna/gen2+: Use the reduced operator from CompositeRectanglesChris Wilson1-16/+10
2012-03-08sna/gen2+: Prefer not to fallback if the source is busyChris Wilson1-25/+50
2012-03-07sna/gen2: Fix transformation of linear gradientsChris Wilson1-19/+16
2012-02-27sna/gen2; Initialise channel.is-opaque for fillsChris Wilson1-8/+4
2012-02-08sna/gen2+: Force upload rather than perform source transformations on the CPUChris Wilson1-1/+7
2012-02-07sna: Apply offsets correctly for partial src/dst in large copy boxesChris Wilson1-1/+2
2012-02-07sna: Set the damage for render->copy_boxes to NULL before useChris Wilson1-0/+1
2012-02-06sna: Use the proper sna_picture_is_solid() testChris Wilson1-9/+1
2012-02-06sna/gen2+: Exclude solids from being classed as requiring an uploadChris Wilson1-2/+5
2012-02-04sna: Apply redirection for the render copy into large pixmapsChris Wilson1-3/+37
2012-01-29sna: Detect batch overflow and fallback rather an risk an ENOSPCChris Wilson1-6/+34
2012-01-29sna: Determine whether to use a partial proxy based on the pitchChris Wilson1-9/+12
2012-01-26sna/gen2+: Include being unattached in the list of source fallbacksChris Wilson1-1/+8
2012-01-26sna/gen2+: Do not force use of GPU if the target is simply clearedChris Wilson1-1/+1
2012-01-20sna/gen3: Set bo to NULL for render_fill_oneChris Wilson1-0/+1
2012-01-20sna: Move the flush to the backendsChris Wilson1-37/+22
2012-01-16sna/gen[23]: Remark the destination bo as dirty after flushingChris Wilson1-2/+11
2012-01-15sna/gen2: Check reused source for validityChris Wilson1-3/+39
2012-01-14sna/gen[23]: Check for room in the batch before emitting pipeline flushesChris Wilson1-24/+15
2012-01-14sna: Ensure that the batch mode is always declared before emitting dwordsChris Wilson1-0/+1
2012-01-14sna: Pass render operation to flush and avoid the implicit flush-on-batch-endChris Wilson1-22/+17
2012-01-14sna: Be more lenient in not forcing to the GPU if the sources have CPU damageChris Wilson1-2/+2
2012-01-12sna: Reorder composite-done to destroy mask bo before source boChris Wilson1-5/+5
2012-01-10sna/gen[23]: Tile render fill to oversized boChris Wilson1-5/+16
2012-01-09sna/gen2: Try to avoid creating a bo for solid coloursChris Wilson1-2/+6
2012-01-09sna/gen2: Eliminate some switching between logic op and blendChris Wilson1-45/+57
2012-01-09sna/gen2: Add poor-man's linear gradient supportChris Wilson1-49/+252
2011-12-23sna: Pass usage-hint to move-to-gpuChris Wilson1-1/+1
2011-12-23sna/gen2+: Reuse source channel for mask where possibleChris Wilson1-10/+50
2011-12-22sna: flatten source alphamapsChris Wilson1-0/+6
2011-12-22sna/gen2+: Prefer to use the CPU if we have a source alphamap and CPU picturesChris Wilson1-1/+7
2011-12-20sna: Implement extended fallback handling for src == dst copiesChris Wilson1-10/+5
2011-12-19sna/gen[23]: We need to check the batch before doing an inline flushChris Wilson1-4/+13
2011-12-18sna/gen[23]: Try BLT if the source/target do no fit in the 3D pipelineChris Wilson1-5/+19
2011-12-18sna/gen2+: If we use the BLT to prepare the target, try using BLT for opChris Wilson1-0/+9
2011-12-13sna/gen2: Tidy checking against too large pixmaps for the 3D pipelineChris Wilson1-21/+22
2011-12-13sna/gen2: Check for unhandled pitches in the render pipelineChris Wilson1-7/+9
2011-12-10sna/gen[23]: Fixup render targets with pitches below hw minimumChris Wilson1-3/+20
2011-12-08sna/gen2: Avoid readbacks for unsupported sourcesChris Wilson1-4/+104
2011-11-25sna/gen2: Wire up NO_COMPOSITE for debuggingChris Wilson1-0/+11
2011-11-14sna: tidy assignment of composite damageChris Wilson1-3/+3
2011-11-13sna/composite: Attempt to reduce the damage is the operation is containedChris Wilson1-1/+4
2011-11-05sna: Do the supported PictOp check firstChris Wilson1-12/+12
2011-11-04sna/gen6: Enable spans interface for boxesChris Wilson1-0/+1
2011-10-30sna: Don't mess with NDEBUGChris Wilson1-2/+0
2011-10-30Revert "sna: Don't flush the render caches if in the process of writing again"Chris Wilson1-2/+1
2011-10-30sna/composite: Fix incorrect operator reduction for RenderFillRectanglesChris Wilson1-9/+8
2011-10-28sna: Don't flush the render caches if in the process of writing againChris Wilson1-1/+2
2011-10-27sna/gen2: Reset BLT registers across 2D/3D context switchesChris Wilson1-0/+12