summaryrefslogtreecommitdiff
path: root/src/sna/gen7_render.c
AgeCommit message (Expand)Author
2012-06-05sna/gen2+: Tweak placement of operations for CPU-bound large pixmapsChris Wilson
2012-06-04sna/gen4+: Use an explicit invalid value for aluChris Wilson
2012-06-02sna/gen7: Add DBG for ring switchingChris Wilson
2012-06-01sna: Replace invalid signed value with unsigned ~0 for uint8_tChris Wilson
2012-06-01sna/gen3+: Guard against a kgem_bo_destroy(NULL)Chris Wilson
2012-05-29sna: Trim the set of includesChris Wilson
2012-05-20sna/gen7: Trim a dead assignmentChris Wilson
2012-05-08sna: Fix off-by-one in checking available execbuffer slotsChris Wilson
2012-05-08sna: Expand batch buffersChris Wilson
2012-05-06sna/gen2+: Fix typo for computing redirected extents for render copyChris Wilson
2012-05-03sna/gen7: Fix debug printing of primitivesChris Wilson
2012-04-28sna/gen6: Allow ring switching at the start of a batchChris Wilson
2012-04-25sna/gen7: Add CS stall before changing WM binding tableChris Wilson
2012-04-25sna/gen7: Apply more recent improvements from SNB perf tuningChris Wilson
2012-04-02sna/gen3+: Fix sampling of borders around gradientsChris Wilson
2012-03-30sna/gen7: Allow per-device specific maximaChris 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/gen7: Hook in the poor-man's linear gradientChris Wilson
2012-03-02sna: Pass usage hint for creating linear buffersChris Wilson
2012-02-25sna/gen3+: Keep the vertex buffer resident between batchesChris Wilson
2012-02-23sna/gen7 Refactor get_rectangles() to re-emit state after a flushChris Wilson
2012-02-23sna/gen3+: Force a batch flush when run out of CA vboChris Wilson
2012-02-22sna/gen3+: Flush the vertices during vertex-finishChris Wilson
2012-02-21sna/gen3+: Re-emit composite state after flushing CA verticesChris Wilson
2012-02-21sna/gen3+: Only flush the vertices after checking for end-of-batchChris Wilson
2012-02-11sna/gen7: Mention the depth-stall required before changing VS stateChris Wilson
2012-02-08sna/gen2+: Force upload rather than perform source transformations on the CPUChris Wilson
2012-02-07sna/gen[4-7]: Fix erroneous scale factor for partial large bo render copiesChris 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-24sna: mark the pixmap as no longer clear after rendering videoChris Wilson
2012-01-20sna: Move the flush to the backendsChris Wilson
2012-01-19sna/gen7: Forward port recent changes from gen6Chris Wilson
2012-01-18sna/gen6: Don't assume that a batch mode implies a non-empty batchChris Wilson
2012-01-18sna: Prevent switching rings with render disabledChris Wilson
2012-01-16sna/gen[45]: clear the state tracker before setting the formatsChris Wilson
2012-01-16sna/gen[4567]: x1r5g5b5 is only a render target, not samplerChris Wilson
2012-01-15sna/gen7: Check reused source for validityChris Wilson
2012-01-14sna/gen6: Tidy markup for when using the BLT is truly preferrableChris 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