summaryrefslogtreecommitdiff
path: root/src/sna/gen2_render.c
AgeCommit message (Expand)Author
2012-09-13sna: Fix analysis of source extents for BLT compositeChris Wilson
2012-09-01sna/gen2+: Add the missing assertions in case the drawrect is invalidChris Wilson
2012-08-27Revert "sna: Cleanup composite redirection after substituting the BLT"Chris Wilson
2012-08-26sna: Cleanup composite redirection after substituting the BLTChris Wilson
2012-08-24sna: Allow the batch to be flushed if the GPU is idle upon a context switchChris Wilson
2012-08-20sna: Trim a parameter from kgem_bo_mark_dirty() and add some assertionsChris Wilson
2012-08-20sna: Remove confusing is_cpu()Chris Wilson
2012-08-18sna: Avoid forcing an upload for an unblittable bo unless on a fallback pathChris Wilson
2012-08-16sna/gen2: Add break rather than fallthroughChris Wilson
2012-08-14sna/gen2,3: Prevent dereferencing a NULL bo with solid render fillsChris Wilson
2012-08-11sna/gen2-5: Substitute an equivalent BLT composite operationChris Wilson
2012-07-21sna: Only update a buffer when it becomes dirtyChris Wilson
2012-07-19sna/gen4: Hookup composite spansChris Wilson
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson
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