summaryrefslogtreecommitdiff
path: root/src/sna/gen7_render.c
AgeCommit message (Expand)Author
2012-07-19sna/gen4: Hookup composite spansChris Wilson
2012-07-18sna/gen4+: Drop unsupported source formatsChris Wilson
2012-07-18sna/gen7: Micro-optimise render copy emissionChris Wilson
2012-07-17sna/gen7: Bump the number of pixel shader threads for IVB GT2Chris Wilson
2012-07-14sna/gen7: Check for gradient allocation failure within spansChris Wilson
2012-07-14sna/gen7: Uses EXTEND_PAD for its alpha-gradient with spansChris Wilson
2012-07-14sna/gen7: Preselect samplerChris Wilson
2012-07-14sna/gen7: Only emit the render flushes between operationsChris Wilson
2012-07-14sna/gen7: Only fallback to BLT for a redirected targetChris Wilson
2012-07-14sna/gen4+: Fix up card/dest format confusion in previous commitChris Wilson
2012-07-14sna/gen4+: Translate to card format using a switchChris 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-07-01sna/gen7: Correct two minor misues of equivalent GEN6 constantsChris Wilson
2012-06-22sna/gen3+: Remove stale assertions for cached vboChris Wilson
2012-06-21sna/gen3+: Keep vbo cachedChris Wilson
2012-06-21sna/gen7: Eliminate the pipeline stall after a non-pipelined operationChris Wilson
2012-06-21sna/gen7: Do not emit a pipeline stall after a non-pipelined commandChris Wilson
2012-06-21sna/gen7: prefer using RENDER copyChris Wilson
2012-06-21sna/gen7: Prefer using BLT rather than redirect for copiesChris Wilson
2012-06-21sna/gen7: Emit a pipeline flush after every render operationChris Wilson
2012-06-20sna/gen7: Prefer BLT for copiesChris Wilson
2012-06-20sna/gen7: Keep using RENDER paths for large pixmapsChris Wilson
2012-06-20sna/gen[67]: Prefer to not force BLT paths for large pixmapsChris Wilson
2012-06-17sna/gen7: Enable non-rectilinear spansChris Wilson
2012-06-17sna: Add tiling for spansChris Wilson
2012-06-06sna/gen4+: Add missing "fall through" commentsChris Wilson
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