summaryrefslogtreecommitdiff
path: root/src/sna/gen5_render.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-26sna/gen4: Tweak heuristics for render/blt usageChris Wilson1-3/+2
2012-07-21sna: Only update a buffer when it becomes dirtyChris Wilson1-2/+2
2012-07-19sna/gen4: Hookup composite spansChris Wilson1-15/+27
2012-07-18sna/gen4+: Drop unsupported source formatsChris Wilson1-4/+0
2012-07-14sna/gen4+: Fix up card/dest format confusion in previous commitChris Wilson1-55/+37
2012-07-14sna/gen4+: Translate to card format using a switchChris Wilson1-28/+22
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson1-142/+142
2012-07-09sna: Simplify the DBG incarnationChris Wilson1-5/+0
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson1-1/+1
2012-06-28sna/gen5: Check harder for need_upload() fallbacksChris Wilson1-3/+3
2012-06-25sna/gen5: Tweak thread allocationsChris Wilson1-4/+4
2012-06-22sna/gen3+: Remove stale assertions for cached vboChris Wilson1-5/+1
2012-06-21sna/gen3+: Keep vbo cachedChris Wilson1-1/+15
2012-06-17sna: Add tiling for spansChris Wilson1-3/+15
2012-06-06sna/gen4+: Add missing "fall through" commentsChris Wilson1-0/+3
2012-06-05sna/gen2+: Tweak placement of operations for CPU-bound large pixmapsChris Wilson1-0/+7
2012-06-04sna/gen4+: Use an explicit invalid value for aluChris Wilson1-2/+2
2012-06-01sna: Replace invalid signed value with unsigned ~0 for uint8_tChris Wilson1-2/+2
2012-06-01sna: Drop return value from 3D point transformChris Wilson1-46/+37
2012-06-01sna/gen3+: Guard against a kgem_bo_destroy(NULL)Chris Wilson1-1/+2
2012-05-29sna: Trim the set of includesChris Wilson1-2/+0
2012-05-08sna: Fix off-by-one in checking available execbuffer slotsChris Wilson1-2/+2
2012-05-08sna: Expand batch buffersChris Wilson1-11/+6
2012-05-08sna/gen[345]: Clear used vertices when discarding unmappable vboChris Wilson1-10/+13
2012-05-06sna/gen2+: Fix typo for computing redirected extents for render copyChris Wilson1-4/+4
2012-04-02sna/gen3+: Fix sampling of borders around gradientsChris Wilson1-1/+1
2012-03-25sna/gen2+: Approximate expensive gradients when using imprecise renderingChris Wilson1-6/+18
2012-03-18sna/gen[345]: Convert CPU mappings to GTT for vertices on submitChris Wilson1-4/+21
2012-03-08sna/gen2+: Use the reduced operator from CompositeRectanglesChris Wilson1-18/+13
2012-03-08sna/gen2+: Prefer not to fallback if the source is busyChris Wilson1-26/+52
2012-03-07sna/gen5: Hook in the poor-man's linear gradientChris Wilson1-2/+130
2012-03-02sna: Pass usage hint for creating linear buffersChris Wilson1-2/+4
2012-03-01sna/gen5: Help the compiler avoid an uncached readChris Wilson1-4/+2
2012-02-25sna/gen3+: Keep the vertex buffer resident between batchesChris Wilson1-15/+41
2012-02-23sna/gen5 Refactor get_rectangles() to re-emit state after a flushChris Wilson1-72/+43
2012-02-23sna/gen3+: Force a batch flush when run out of CA vboChris Wilson1-0/+1
2012-02-22sna/gen4: Fix vertex flushing across batch flushingChris Wilson1-6/+4
2012-02-22sna/blt: Avoid clobbering the composite state if we fail to setup the BLTChris Wilson1-14/+1
2012-02-22sna/gen3+: Flush the vertices during vertex-finishChris Wilson1-14/+24
2012-02-21sna/gen3+: Re-emit composite state after flushing CA verticesChris Wilson1-9/+6
2012-02-21sna/gen3+: Only flush the vertices after checking for end-of-batchChris Wilson1-9/+15
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-47/+89
2012-01-31sna/gen5: Always prefer to emit solid fills using the BLTChris Wilson1-10/+13
2012-01-29sna: Detect batch overflow and fallback rather an risk an ENOSPCChris Wilson1-9/+38
2012-01-29sna: Determine whether to use a partial proxy based on the pitchChris Wilson1-0/+1